Soumik555 commited on
Commit
8688d5e
·
1 Parent(s): 5e5f13e

Changed supabase query

Browse files
Files changed (1) hide show
  1. orchestrator_agent.py +1 -1
orchestrator_agent.py CHANGED
@@ -101,7 +101,7 @@ def create_agent(csv_url: str, api_key: str, conversation_history: List, chat_id
101
  1. **Always provide both:**
102
  - Complete textual answer with explanations
103
  - Visualization when applicable
104
- 2. **Output Format:** Markdown compatible (visualizations as `![Description](url generated by tool)`)
105
  3. **Tool Handling:**
106
  - Use `generate_csv_answer` for analysis
107
  - Use `generate_chart` for visuals
 
101
  1. **Always provide both:**
102
  - Complete textual answer with explanations
103
  - Visualization when applicable
104
+ 2. **Output Format:** Markdown compatible (visualizations as `![Image Description](url generated by tool)`)
105
  3. **Tool Handling:**
106
  - Use `generate_csv_answer` for analysis
107
  - Use `generate_chart` for visuals