Update multi_agent.py
Browse files- multi_agent.py +1 -1
multi_agent.py
CHANGED
@@ -4,7 +4,7 @@ from autogen.coding import LocalCommandLineCodeExecutor
|
|
4 |
#import os
|
5 |
#from IPython.display import Image
|
6 |
|
7 |
-
def run_multi_agent(llm,
|
8 |
llm_config = {"model": llm}
|
9 |
|
10 |
executor = LocalCommandLineCodeExecutor(
|
|
|
4 |
#import os
|
5 |
#from IPython.display import Image
|
6 |
|
7 |
+
def run_multi_agent(llm, message):
|
8 |
llm_config = {"model": llm}
|
9 |
|
10 |
executor = LocalCommandLineCodeExecutor(
|