feat(ci): Build and Use SDK When There Are On-Branch Changes (#1924)

This commit is contained in:
Kian Jones
2025-04-30 14:12:11 -07:00
committed by GitHub
parent a246841654
commit 841097d3ee

View File

@@ -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.")