From 2df172a21dc3ab7487b3a5263f8ddee6c5cb1037 Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Wed, 31 Jul 2024 08:12:53 +0700 Subject: [PATCH] update --- src/interface.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.jl b/src/interface.jl index 15a89ca..8469745 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -228,7 +228,7 @@ function decisionMaker(a::T)::Dict{Symbol, Any} where {T<:agent} - Get to know what food will be served with wine - Search for wines that match the user preferences - Recommend 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. + - Ask the customer if there is anything else you can help with. If the customer doesn't need anything else, finish the conversation. You MUST follow the following guidelines: - Do not mentioning any wine until you've check your inventory.