Update multi_agent.py
Browse files- multi_agent.py +2 -2
multi_agent.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from autogen import ConversableAgent, AssistantAgent
|
| 2 |
from autogen.coding import LocalCommandLineCodeExecutor
|
| 3 |
|
| 4 |
-
|
| 5 |
#from IPython.display import Image
|
| 6 |
|
| 7 |
def run_multi_agent(llm, message):
|
|
@@ -40,4 +40,4 @@ def run_multi_agent(llm, message):
|
|
| 40 |
|
| 41 |
#Image(os.path.join("coding", "ytd_stock_gains.png"))
|
| 42 |
|
| 43 |
-
return
|
|
|
|
| 1 |
from autogen import ConversableAgent, AssistantAgent
|
| 2 |
from autogen.coding import LocalCommandLineCodeExecutor
|
| 3 |
|
| 4 |
+
import os
|
| 5 |
#from IPython.display import Image
|
| 6 |
|
| 7 |
def run_multi_agent(llm, message):
|
|
|
|
| 40 |
|
| 41 |
#Image(os.path.join("coding", "ytd_stock_gains.png"))
|
| 42 |
|
| 43 |
+
return ' "Title")'
|