clean docstring

This commit is contained in:
Pratyush Shukla 2025-09-30 04:55:19 +05:30
parent b43feca3b9
commit 084a433b2a
No known key found for this signature in database
GPG Key ID: AFCF7DAD6BA1FEE2
1 changed files with 1 additions and 2 deletions

View File

@ -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