Skip to content

Commit 25bb704

Browse files
authored
Update reference-model-inference-chat-completions.md
1 parent 4b66a6a commit 25bb704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/ai-studio/reference/reference-model-inference-chat-completions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,12 @@ The type of the tool. Currently, only `function` is supported.
424424

425425
### UnprocessableContentError
426426

427+
The request contains unprocessable content. The error is returned when the payload indicated is valid according to this specification. However, some of the instructions indicated in the payload are not supported by the underlying model. Use the `details` section to understand the offending parameter.
427428

428429
| Name | Type | Description |
429430
| --- | --- | --- |
430431
| code | string | The error code. |
431432
| detail | [Detail](#detail) | |
432433
| error | string | The error description. |
433434
| message | string | The error message. |
434-
| status | integer | The HTTP status code. |
435+
| status | integer | The HTTP status code. |

0 commit comments

Comments
 (0)