Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cbaa480e84 | |||
| 6cb4073e29 |
+11
-9
@@ -118,9 +118,9 @@ function decisionMaker(state::T1, text2textInstructLLM::Function, llmFormatName:
|
|||||||
<possible SQL for this question>
|
<possible SQL for this question>
|
||||||
$similarSQL_
|
$similarSQL_
|
||||||
</possible SQL for this question>
|
</possible SQL for this question>
|
||||||
<your earlier actions>
|
<assistant_action_history>
|
||||||
$(GeneralUtils.dict_to_string_html(state["action_history"]))
|
$(GeneralUtils.dict_to_string_html(state["action_history"]))
|
||||||
</your earlier actions>
|
</assistant_action_history>
|
||||||
<error_note>
|
<error_note>
|
||||||
$errornote
|
$errornote
|
||||||
<error_note>
|
<error_note>
|
||||||
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user