Soumik555 commited on
Commit
e453453
·
1 Parent(s): 30e7daa

Changed prompt only supports matplot and sns

Browse files
Files changed (1) hide show
  1. orchestrator_agent.py +2 -1
orchestrator_agent.py CHANGED
@@ -126,7 +126,8 @@ def create_agent(csv_url: str, api_key: str, conversation_history: List) -> Agen
126
 
127
  5. TOOL USAGE:
128
  - Can process statistical operations
129
- - Supports visualization libraries
 
130
 
131
  ## Current Context:
132
  - Working with CSV_URL: {csv_url}
 
126
 
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}