From cbaa480e8451719ada092d00b77d0b1696a77856 Mon Sep 17 00:00:00 2001 From: narawat Date: Thu, 9 Jul 2026 19:44:37 +0700 Subject: [PATCH] update evaluator --- src/interface.jl | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/interface.jl b/src/interface.jl index 1ac58d4..50bf25c 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -284,14 +284,16 @@ function evaluator(state::T1, text2textInstructLLM::Function, llmFormatName::Str usermsg = """ - $(state["context"]["table_schema"]) + + $(state["context"]["table_schema"]) + + + $(state["chathistory"][2]["content"][1]["text"]) + + + $(GeneralUtils.dict_to_string_html(state["action_history"])) + - - $(state["chathistory"][2]["content"][1]["text"]) - - - $(GeneralUtils.dict_to_string_html(state["action_history"])) - """ msg = Dict(