diff --git a/letta/schemas/agent.py b/letta/schemas/agent.py index caf7b3cd..13f74d82 100644 --- a/letta/schemas/agent.py +++ b/letta/schemas/agent.py @@ -56,7 +56,6 @@ class AgentState(OrmMetadataBase, validate_assignment=True): name: str = Field(..., description="The name of the agent.") # tool rules tool_rules: Optional[List[ToolRule]] = Field(default=None, description="The list of tool rules.") - # in-context memory message_ids: Optional[List[str]] = Field(default=None, description="The ids of the messages in the agent's in-context memory.")