Prerequisites
Question
I am using the ToolboxClient (with mysql), and notice that the sql statement's column order is not the same with the result of sql.
Such as: sql statement in the yaml
"select start_time, end_time, course_date from course"
when check the input of llm (the result of sql) or run tool using toolbox ui:
{"course_date":"2025-09-15", "end_time":"2025-09-15 10:10:00", "start_time":"2025-09-15 11:30:00"}
It seems very subtle, but sometime confuse the llm the understanding when the order is meaningful.
Code
No response
Additional Details
No response
Prerequisites
Question
I am using the ToolboxClient (with mysql), and notice that the sql statement's column order is not the same with the result of sql.
Such as: sql statement in the yaml
"select start_time, end_time, course_date from course"
when check the input of llm (the result of sql) or run tool using toolbox ui:
{"course_date":"2025-09-15", "end_time":"2025-09-15 10:10:00", "start_time":"2025-09-15 11:30:00"}
It seems very subtle, but sometime confuse the llm the understanding when the order is meaningful.
Code
No response
Additional Details
No response