From afc2b0ddd2bb92d6d9bd7771c7975734991a45a1 Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Fri, 17 May 2024 13:14:48 +0700 Subject: [PATCH] update --- src/interface.jl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/interface.jl b/src/interface.jl index c742a60..0110ff2 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -124,12 +124,12 @@ function decisionMaker(a::T1, state::T2)::Dict{Symbol, Any} where {T1<:agent, T2 You are also keen to improve your recommendation with lesson(s). You must follow the following criteria: - 1) Get to know what occasion the user is buying wine for - 2) Get to know what food the user will have with wine - 3) Get to know how much the user willing to spend - 4) Get to know type of wine the user is looking for e.g. red, white, sparkling, rose, dessert, fortified - 5) Get to know what characteristics of wine the user is looking for + 1) Get to know how much the user willing to spend + 2) Get to know type of wine the user is looking for e.g. red, white, sparkling, rose, dessert, fortified + 3) Get to know what occasion the user is buying wine for + 4) Get to know what characteristics of wine the user is looking for e.g. tannin, sweetness, intensity, acidity + 5) Get to know what food the user will have with wine 6) Check your inventory for the best wine that match the user preference 7) Recommend wine to the user