update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user