Skip to content

Commit 9586d1a

Browse files
authored
Fix AgentTurnResponseStreamChunk return type
1 parent 02fd949 commit 9586d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LlamaStackClient/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2669,7 +2669,7 @@ paths:
26692669
responses:
26702670
'200':
26712671
content:
2672-
application/json:
2672+
text/event-stream:
26732673
schema:
26742674
$ref: '#/components/schemas/AgentTurnResponseStreamChunk'
26752675
description: OK

0 commit comments

Comments
 (0)