Skip to content

Commit 0da7bf4

Browse files
committed
fix(api): regenerate OpenAPI specs after dependency refresh
Refresh the generated OpenAPI artifacts so pre-commit stays in sync with the resolver changes on this branch and CI stops rewriting the checked-in specs. Signed-off-by: Sumanth Kamenani <skamenan@redhat.com>
1 parent ba00dfe commit 0da7bf4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

client-sdks/stainless/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11962,7 +11962,7 @@ components:
1196211962
properties:
1196311963
file:
1196411964
type: string
11965-
format: binary
11965+
contentMediaType: application/octet-stream
1196611966
title: File
1196711967
description: The file to upload.
1196811968
purpose:

docs/static/deprecated-llama-stack-spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8643,7 +8643,7 @@ components:
86438643
properties:
86448644
file:
86458645
type: string
8646-
format: binary
8646+
contentMediaType: application/octet-stream
86478647
title: File
86488648
description: The file to upload.
86498649
purpose:

docs/static/llama-stack-spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10135,7 +10135,7 @@ components:
1013510135
properties:
1013610136
file:
1013710137
type: string
10138-
format: binary
10138+
contentMediaType: application/octet-stream
1013910139
title: File
1014010140
description: The file to upload.
1014110141
purpose:

docs/static/stainless-llama-stack-spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11962,7 +11962,7 @@ components:
1196211962
properties:
1196311963
file:
1196411964
type: string
11965-
format: binary
11965+
contentMediaType: application/octet-stream
1196611966
title: File
1196711967
description: The file to upload.
1196811968
purpose:

0 commit comments

Comments
 (0)