update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user