bstraehle commited on
Commit
6d51c46
·
verified ·
1 Parent(s): df3f9f8

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. 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 Annotate
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"]: