diff --git a/llama_toolchain/agentic_system/api/api.py b/llama_toolchain/agentic_system/api/api.py index 056d5ab67..e3f417918 100644 --- a/llama_toolchain/agentic_system/api/api.py +++ b/llama_toolchain/agentic_system/api/api.py @@ -351,9 +351,7 @@ class AgenticSystemTurnCreateRequest(AgentConfigOverridablePerTurn): stream: Optional[bool] = False -@json_schema_type( - schema={"description": "Server side event (SSE) stream of these events"} -) +@json_schema_type class AgenticSystemTurnResponseStreamChunk(BaseModel): event: AgenticSystemTurnResponseEvent