From 1e36ea96e9d9c904684b5519d8a83ef78cf68ac6 Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Mon, 23 Dec 2024 07:20:40 +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 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