Update cool_agent.py
Browse files- cool_agent.py +1 -1
cool_agent.py
CHANGED
|
@@ -138,4 +138,4 @@ def create_agent(model_id="gpt-4o-mini"):
|
|
| 138 |
managed_agents=[search_agent],
|
| 139 |
)
|
| 140 |
|
| 141 |
-
return {"agent": manager_agent, "text_inspection_tool": text_inspection_tool, "visualizer": visualizer}
|
|
|
|
| 138 |
managed_agents=[search_agent],
|
| 139 |
)
|
| 140 |
|
| 141 |
+
return {"agent": manager_agent, "text_inspection_tool": text_inspection_tool, "visualizer": visualizer, "model": model}
|