vlapparov commited on
Commit
156b0cb
·
verified ·
1 Parent(s): 7c4be75

Update cool_agent.py

Browse files
Files changed (1) hide show
  1. 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}