v0.2.6-fix_too_many_decision #3

Merged
ton merged 2 commits from v0.2.6-fix_too_many_decision into v0.2.6 2026-07-09 13:16:22 +00:00
Showing only changes of commit cbaa480e84 - Show all commits
+9 -7
View File
@@ -284,14 +284,16 @@ function evaluator(state::T1, text2textInstructLLM::Function, llmFormatName::Str
usermsg = usermsg =
""" """
<internal_context_for_assistant> <internal_context_for_assistant>
$(state["context"]["table_schema"]) <table_schema>
$(state["context"]["table_schema"])
</table_schema>
<customer question>
$(state["chathistory"][2]["content"][1]["text"])
</customer question>
<assistant_action_history>
$(GeneralUtils.dict_to_string_html(state["action_history"]))
</assistant_action_history>
</internal_context_for_assistant> </internal_context_for_assistant>
<customer question>
$(state["chathistory"][2]["content"][1]["text"])
</customer question>
<trajectories>
$(GeneralUtils.dict_to_string_html(state["action_history"]))
</trajectories>
""" """
msg = Dict( msg = Dict(