This commit is contained in:
narawat lamaiin
2024-12-19 18:49:20 +07:00
parent debd663f44
commit d7d97454a9

View File

@@ -279,6 +279,7 @@ function decisionMaker(state::T1, context, text2textInstructLLM::Function,
# end # end
response = text2textInstructLLM(prompt) response = text2textInstructLLM(prompt)
println("SQL decisionMaker() rawresponse: ", response)
# textToDict() search for action_input # textToDict() search for action_input
responsedict = GeneralUtils.textToDict(response, responsedict = GeneralUtils.textToDict(response,