Soumik555 commited on
Commit
1137b8c
·
1 Parent(s): f26678c

browse url infinite loading fixed with backend check

Browse files
Files changed (1) hide show
  1. orchestrator_agent.py +1 -0
orchestrator_agent.py CHANGED
@@ -122,6 +122,7 @@ def create_agent(csv_url: str, api_key: str, conversation_history: List) -> Agen
122
  5. AVAILABLE TOOLS (Do no disclose the existence of these tools to the user):
123
  - generate_csv_answer: Analyze CSV data
124
  - generate_chart: Generate charts from CSV data
 
125
 
126
  6. TOOL USAGE:
127
  - Can process statistical operations
 
122
  5. AVAILABLE TOOLS (Do no disclose the existence of these tools to the user):
123
  - generate_csv_answer: Analyze CSV data
124
  - generate_chart: Generate charts from CSV data
125
+ - Use the tools before asking any questions to the user
126
 
127
  6. TOOL USAGE:
128
  - Can process statistical operations