mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-05 16:02:14 +02:00
rm expicit serialize&deserialize interface and update unittests
This commit is contained in:
parent
d2233beff4
commit
98ee696cf0
27 changed files with 154 additions and 290 deletions
|
|
@ -27,7 +27,7 @@ from metagpt.schema import (
|
|||
from metagpt.utils.file_repository import FileRepository
|
||||
|
||||
|
||||
class Action(SerializationMixin, is_polymorphic_base=True):
|
||||
class Action(SerializationMixin):
|
||||
model_config = ConfigDict(arbitrary_types_allowed=True, exclude=["llm"])
|
||||
|
||||
name: str = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue