bstraehle commited on
Commit
f99d688
·
verified ·
1 Parent(s): ac5e022

Update multi_agent.py

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