This PR updates the system prompt used for table columns selection in the AI service. The changes aim to provide clearer instructions and a more structured JSON format for the AI's response.
Key Changes
Refined the task description to be more concise and focused.
Added a structured "INSTRUCTIONS" section with step-by-step guidance.
Updated the "FINAL ANSWER FORMAT" section to require a more detailed JSON structure:
Each table now includes a list of reasons (chain_of_thought_reasoning) for column selection.
The reasoning is now presented as a list of individual points rather than a single string.
Added an "ADDITIONAL NOTES" section to emphasize important requirements.
Removed unnecessary motivational language and focused on clear, professional instructions.
Expected Impact
Improved clarity and structure in the AI's responses.
More detailed reasoning for column selection, aiding in transparency and accuracy.
This PR updates the system prompt used for table columns selection in the AI service. The changes aim to provide clearer instructions and a more structured JSON format for the AI's response.
Key Changes
chain_of_thought_reasoning
) for column selection.Expected Impact