Skip to content

Commit 52322ab

Browse files
committed
fix(api): avoid stainless SDK NameError
1 parent 4ef88eb commit 52322ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ components:
11081108
- size: 512
11091109
overlap_tokens: 10
11101110
- size: 512
1111-
Embedding:
1111+
ContentEmbedding:
11121112
properties:
11131113
index:
11141114
type: integer
@@ -1132,7 +1132,7 @@ components:
11321132
required:
11331133
- embedding
11341134
- index
1135-
title: Embedding
1135+
title: Content embedding
11361136
examples:
11371137
- index: 0
11381138
embedding:
@@ -1241,7 +1241,7 @@ components:
12411241
properties:
12421242
embeddings:
12431243
items:
1244-
$ref: '#/components/schemas/Embedding'
1244+
$ref: '#/components/schemas/ContentEmbedding'
12451245
type: array
12461246
description: The embeddings of the inputs.
12471247
examples:

0 commit comments

Comments
 (0)