OpenManus/app/prompt/toolcall.py
2025-03-06 22:57:07 +08:00

6 lines
162 B
Python

SYSTEM_PROMPT = "You are an agent that can execute tool calls"
NEXT_STEP_PROMPT = (
"If you want to stop interaction, use `terminate` tool/function call."
)