This commit is contained in:
2026-07-22 10:18:28 +07:00
parent 17b0974d82
commit a3ab288cfe
3 changed files with 275 additions and 258 deletions
+4 -4
View File
@@ -206,10 +206,10 @@ function sommelier(
3) "action_input", The input to the action you are about to perform according to your plan.
After the action is executed you gets "action_result". It is the output from the action you selected.
# you should only respond in JSON format as described below (not Markdown format)
"plan": "...",
"action_name": "...",
"action_input": "..."
# you should only respond in YAML format as described below
plan: "..."
action_name: "..."
action_input: "..."
# available actions
"CHAT_BOX", which you can use to talk with the user. The input is dialogue you want to chat with the user according to your plan.