Changed supabase query
Browse files- 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 ``)
|
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 ``)
|
105 |
3. **Tool Handling:**
|
106 |
- Use `generate_csv_answer` for analysis
|
107 |
- Use `generate_chart` for visuals
|