Changed prompt only supports matplot and sns
Browse files- orchestrator_agent.py +1 -1
orchestrator_agent.py
CHANGED
@@ -127,7 +127,7 @@ def create_agent(csv_url: str, api_key: str, conversation_history: List) -> Agen
|
|
127 |
5. TOOL USAGE:
|
128 |
- Can process statistical operations
|
129 |
- Supported visualization libraries (matplotlib, seaborn)
|
130 |
-
- Other chart libraries (e.g., plotly, bokeh) not supported
|
131 |
|
132 |
## Current Context:
|
133 |
- Working with CSV_URL: {csv_url}
|
|
|
127 |
5. TOOL USAGE:
|
128 |
- Can process statistical operations
|
129 |
- Supported visualization libraries (matplotlib, seaborn)
|
130 |
+
- Other chart libraries (e.g., plotly, bokeh etc.) not supported
|
131 |
|
132 |
## Current Context:
|
133 |
- Working with CSV_URL: {csv_url}
|