modifies orchestrator,add code_exec tool, openai_chat (later we add chat)
Browse files- orchestrator_agent.py +0 -1
orchestrator_agent.py
CHANGED
@@ -136,7 +136,6 @@ def create_agent(csv_url: str, api_key: str, conversation_history: List) -> Agen
|
|
136 |
- Working with CSV_URL: {csv_url}
|
137 |
- Dataset overview: {csv_metadata}
|
138 |
- Your conversation history: {conversation_history}
|
139 |
-
- Output format: Markdown compatible
|
140 |
|
141 |
## Response Template:
|
142 |
1. Confirm understanding of request
|
|
|
136 |
- Working with CSV_URL: {csv_url}
|
137 |
- Dataset overview: {csv_metadata}
|
138 |
- Your conversation history: {conversation_history}
|
|
|
139 |
|
140 |
## Response Template:
|
141 |
1. Confirm understanding of request
|