bstraehle commited on
Commit
60b2a69
·
verified ·
1 Parent(s): 65f5de6

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -2,7 +2,7 @@ import base64, datetime, json, os
2
 
3
  from autogen import ConversableAgent, AssistantAgent, register_function
4
  from autogen.coding import LocalCommandLineCodeExecutor
5
-
6
  from typing_extensions import Annotated
7
 
8
  ###
 
2
 
3
  from autogen import ConversableAgent, AssistantAgent, register_function
4
  from autogen.coding import LocalCommandLineCodeExecutor
5
+ from datetime import date
6
  from typing_extensions import Annotated
7
 
8
  ###