6 lines
162 B
Python
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."
|
|
)
|