From 19770f63304b19cb6c284c3d0b08b06c92e846ea Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 3 Sep 2024 21:39:56 -0700 Subject: [PATCH] Remove conflicting annotation --- llama_toolchain/agentic_system/api/api.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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