This commit is contained in:
narawat lamaiin
2024-07-25 17:50:22 +07:00
parent 197b1c3288
commit 5d368a0f73
2 changed files with 8 additions and 4 deletions

View File

@@ -236,9 +236,10 @@ function decisionMaker(a::T)::Dict{Symbol, Any} where {T<:agent}
- thought:
1) State your reasoning about the current situation.
- plan: Based on the current situation, state a complete plan to complete the task. Be specific.
- action (Must be aligned with your plan): Can be one of the following functions:
- action_name (Must be aligned with your plan): Can be one of the following functions:
1) CHATBOX[text], which you can use to talk with the user. "text" is in verbal English.
2) WINESTOCK[query], which you can use to find info about wine in your inventory. "query" is a search term in verbal English. The best query must includes "budget", "type of wine", "characteristics of wine" and "food pairing".
- action_input: input to the action
- observation: result of the action.
You should only respond in format as described below: