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(