Update multi_agent.py
Browse files- multi_agent.py +1 -1
multi_agent.py
CHANGED
@@ -3,7 +3,7 @@ import base64, datetime, json, os
|
|
3 |
from autogen import ConversableAgent, AssistantAgent
|
4 |
from autogen.coding import LocalCommandLineCodeExecutor
|
5 |
|
6 |
-
from typing_extensions import
|
7 |
|
8 |
###
|
9 |
def get_today() -> Annotated[str, "Get today's date"]:
|
|
|
3 |
from autogen import ConversableAgent, AssistantAgent
|
4 |
from autogen.coding import LocalCommandLineCodeExecutor
|
5 |
|
6 |
+
from typing_extensions import Annotated
|
7 |
|
8 |
###
|
9 |
def get_today() -> Annotated[str, "Get today's date"]:
|