refine code. move azure tts to tool, refactor actions

This commit is contained in:
geekan 2023-12-19 23:53:04 +08:00 committed by better629
parent a06acbbbe8
commit 4d78dbce40
10 changed files with 32 additions and 108 deletions

View file

@ -5,12 +5,10 @@
import copy
import pickle
<<<<<<< HEAD
from metagpt.utils.common import import_class
=======
from metagpt.actions.action_node import ActionNode
from metagpt.schema import Message
>>>>>>> 09e2f05 (refactor action_output and action_node)
def actionoutout_schema_to_mapping(schema: dict) -> dict: