diff --git a/letta/serialize_schemas/pydantic_agent_schema.py b/letta/serialize_schemas/pydantic_agent_schema.py index 593c0377..a3ab28e3 100644 --- a/letta/serialize_schemas/pydantic_agent_schema.py +++ b/letta/serialize_schemas/pydantic_agent_schema.py @@ -92,7 +92,7 @@ class AgentSchema(BaseModel): agent_type: str core_memory: List[CoreMemoryBlockSchema] created_at: str - description: str + description: Optional[str] embedding_config: EmbeddingConfig groups: List[Any] identities: List[Any]