mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 18:36:22 +02:00
refine code. move azure tts to tool, refactor actions
This commit is contained in:
parent
a06acbbbe8
commit
4d78dbce40
10 changed files with 32 additions and 108 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue