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.
|
System prompt module for Suna.so AI agents.
|
||||||
|
|
||||||
Provides functions to generate complete or custom system prompts using a
|
Provides functions to generate complete or custom system prompts using a
|
||||||
modular YAML + JSON architecture. Reduces token usage by 44.6% compared
|
modular YAML + JSON architecture.
|
||||||
to the original monolithic prompt.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from .assembler import PromptAssembler
|
from .assembler import PromptAssembler
|
||||||
|
|
Loading…
Reference in New Issue