From 061f5ee71215323c516b7461452def30ed43f557 Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Mon, 14 Oct 2024 21:05:06 +0700 Subject: [PATCH] update --- src/interface.jl | 1 - 1 file changed, 1 deletion(-) 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"],