From a711c0c111f40f92e9ed910c831a893526c8464e Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Tue, 15 Oct 2024 19:55:47 +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 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