File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
articles/ai-studio/reference Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,6 @@ The API call fails when the prompt triggers a content filter as configured. Modi
162
162
163
163
### CreateEmbeddingRequest
164
164
165
- Response from an embeddings request.
166
-
167
165
Request for creating embeddings.
168
166
169
167
| Name | Required | Type | Description |
@@ -175,6 +173,8 @@ Request for creating embeddings.
175
173
176
174
### CreateEmbeddingResponse
177
175
176
+ Response from an embeddings request.
177
+
178
178
| Name | Type | Description |
179
179
| --- | --- | --- |
180
180
| data | [ Embedding] ( #embedding ) \[\] | The list of embeddings generated by the model. |
@@ -184,6 +184,7 @@ Request for creating embeddings.
184
184
185
185
### Detail
186
186
187
+ Details for the [ UnprocessableContentError] ( #UnprocessableContentError ) error.
187
188
188
189
| Name | Type | Description |
189
190
| --- | --- | --- |
You can’t perform that action at this time.
0 commit comments