From 084a433b2abc9470ce6e6a1335db2964f785cba9 Mon Sep 17 00:00:00 2001 From: Pratyush Shukla Date: Tue, 30 Sep 2025 04:55:19 +0530 Subject: [PATCH] clean docstring --- backend/core/prompts/prompt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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