mirror of https://github.com/kortix-ai/suna.git
clean docstring
This commit is contained in:
parent
b43feca3b9
commit
084a433b2a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue