mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
Remove conflicting annotation
This commit is contained in:
parent
b60c125c55
commit
19770f6330
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue