update
This commit is contained in:
@@ -231,7 +231,7 @@ function decisionMaker(a::T)::Dict{Symbol, Any} where {T<:agent}
|
|||||||
- Get to know what characteristics of wine the user is looking for e.g. tannin, sweetness, intensity, acidity
|
- Get to know what characteristics of wine the user is looking for e.g. tannin, sweetness, intensity, acidity
|
||||||
- Get to know what food will be served with wine
|
- Get to know what food will be served with wine
|
||||||
- Based on the user's information, check your inventory and recommend a suitable wine from your stock.
|
- Based on the user's information, check your inventory and recommend a suitable wine from your stock.
|
||||||
- After recommending wine to the user, ask the customer if there is anything else you can help with. If the customer doesn't need anything else, finish the conversation.
|
- After recommending wine to the user, ask the user if there is anything else you can help with, but do not offer any additional services. If the customer doesn't need anything else, end the conversation.
|
||||||
|
|
||||||
You should then respond to the user with interleaving Thought, Plan, Action and Observation:
|
You should then respond to the user with interleaving Thought, Plan, Action and Observation:
|
||||||
- thought:
|
- thought:
|
||||||
|
|||||||
Reference in New Issue
Block a user