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