This commit is contained in:
narawat lamaiin
2024-07-29 09:56:07 +07:00
parent dda2134b01
commit 7e0f8fa6f0
3 changed files with 77 additions and 23 deletions

View File

@@ -238,7 +238,9 @@ function decisionMaker(a::T)::Dict{Symbol, Any} where {T<:agent}
- plan: Based on the current situation, state a complete plan to complete the task. Be specific.
- 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".
2) WINESTOCK[query], which you can use to find info about wine in your inventory. "query" is a search term in verbal English.
Good query example: black car with a stereo, 200 mile range and an electric motor.
Good query example: How many car brand are from Asia?
- action_input: input to the action
- observation: result of the action.