Skip to content

Commit 022a03c

Browse files
committed
for backward compatibility
1 parent 7222f41 commit 022a03c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import sys
2+
3+
from .tool_use_agent import *
4+
5+
# for backward compatibility of unpickling
6+
sys.modules[__name__ + ".multi_tool_agent"] = sys.modules[__name__]

0 commit comments

Comments
 (0)