This commit is contained in:
narawat lamaiin
2024-07-31 08:12:25 +07:00
parent ad68219b07
commit f4a0fce055

View File

@@ -228,7 +228,7 @@ function decisionMaker(a::T)::Dict{Symbol, Any} where {T<:agent}
- Get to know what food will be served with wine - Get to know what food will be served with wine
- Search for wines that match the user preferences - Search for wines that match the user preferences
- Recommend wine to the user - Recommend wine to the user
- Ask the customer if there is anything else you could help. If not, finish the conversation. - Ask the customer if there is anything else you can help with. If the customer doesnt need anything else, finish the conversation.
You MUST follow the following guidelines: You MUST follow the following guidelines:
- Do not mentioning any wine until you've check your inventory. - Do not mentioning any wine until you've check your inventory.