diff --git a/src/interface.jl b/src/interface.jl index 4d008c6..962096a 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -228,7 +228,7 @@ function decisionMaker(state::T1, context, text2textInstructLLM::Function, toollist = ["TABLEINFO", "GETDATA"] if responsedict[:action_name] ∉ toollist - error("decisionMaker didn't use the given functions ", @__FILE__, " ", @__LINE__) + error("SQL decisionMaker() didn't use the given functions ", @__FILE__, " ", @__LINE__) end for i in toollist