bstraehle commited on
Commit
65f5de6
·
verified ·
1 Parent(s): 6ee9937

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -75,7 +75,7 @@ def run_multi_agent(llm, task):
75
  register_function(
76
  get_today,
77
  caller=code_writer_agent,
78
- executor=code_writer_agent,
79
  name="get_today",
80
  description="Call this tool to get today's date.",
81
  )
 
75
  register_function(
76
  get_today,
77
  caller=code_writer_agent,
78
+ executor=code_executor_agent,
79
  name="get_today",
80
  description="Call this tool to get today's date.",
81
  )