toolcall.py 162 Bytes
Newer Older
mashun1's avatar
mashun1 committed
1
2
3
4
5
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."
)