diff --git a/src/interface.jl b/src/interface.jl index 47dd682..6f0b0ea 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -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"],