Update multi_agent.py
Browse files- 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=
|
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 |
)
|