2 Commits

Author SHA1 Message Date
ton cbaa480e84 update evaluator 2026-07-09 19:44:37 +07:00
ton 6cb4073e29 update 2026-07-09 19:27:56 +07:00
+7 -5
View File
@@ -118,9 +118,9 @@ function decisionMaker(state::T1, text2textInstructLLM::Function, llmFormatName:
<possible SQL for this question>
$similarSQL_
</possible SQL for this question>
<your earlier actions>
<assistant_action_history>
$(GeneralUtils.dict_to_string_html(state["action_history"]))
</your earlier actions>
</assistant_action_history>
<error_note>
$errornote
<error_note>
@@ -284,14 +284,16 @@ function evaluator(state::T1, text2textInstructLLM::Function, llmFormatName::Str
usermsg =
"""
<internal_context_for_assistant>
<table_schema>
$(state["context"]["table_schema"])
</internal_context_for_assistant>
</table_schema>
<customer question>
$(state["chathistory"][2]["content"][1]["text"])
</customer question>
<trajectories>
<assistant_action_history>
$(GeneralUtils.dict_to_string_html(state["action_history"]))
</trajectories>
</assistant_action_history>
</internal_context_for_assistant>
"""
msg = Dict(