diff --git a/backend/core/prompts/prompt.py b/backend/core/prompts/prompt.py index fb153d04..0bd51c0b 100644 --- a/backend/core/prompts/prompt.py +++ b/backend/core/prompts/prompt.py @@ -2,8 +2,7 @@ System prompt module for Suna.so AI agents. Provides functions to generate complete or custom system prompts using a -modular YAML + JSON architecture. Reduces token usage by 44.6% compared -to the original monolithic prompt. +modular YAML + JSON architecture. """ from .assembler import PromptAssembler