diff --git a/src/interface.jl b/src/interface.jl index a8b44a8..d8937f6 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -234,7 +234,7 @@ function decisionMaker(state::T1, context, text2textInstructLLM::Function, # detect if there are more than 1 key per categories count = GeneralUtils.countGivenWords(response, header) if sum(count) > length(header) - error("duplicated words", @__FILE__, " ", @__LINE__) + error("\nSQL decisionMaker() duplicated keywords", @__FILE__, " ", @__LINE__) end # textToDict() search for action_input