This commit is contained in:
narawat lamaiin
2024-10-14 21:05:06 +07:00
parent 04eb85b67e
commit 061f5ee712

View File

@@ -218,7 +218,6 @@ function decisionMaker(state::T1, context, text2textInstructLLM::Function,
try
response = text2textInstructLLM(prompt)
#BUG sometime LLM get "action_input_5". this will cause error because
# textToDict() search for action_input
responsedict = GeneralUtils.textToDict(response,
["Understanding", "Reasoning", "Plan", "Action_name", "Action_input", "Observation"],