Skip to content

Commit 4674a36

Browse files
authored
Update reference-model-inference-chat-completions.md
1 parent 9b6705c commit 4674a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Status code: 200
166166
| [ChatCompletionMessageToolCall](#chatcompletionmessagetoolcall) | |
167167
| [ChatCompletionObject](#chatcompletionobject) | The object type, which is always `chat.completion`. |
168168
| [ChatCompletionResponseFormat](#chatcompletionresponseformat) | The response format for the model response. Setting to `json_object` enables JSON mode, which guarantees the message the model generates is valid JSON. When using JSON mode, you **must** also instruct the model to produce JSON yourself via a system or user message. Also note that the message content may be partially cut off if `finish_reason="length"`, which indicates the generation exceeded `max_tokens` or the conversation exceeded the max context length. |
169-
| [ChatCompletionResponseFormatType](#chatcompletionresponseformatype) | The response format type. |
169+
| [ChatCompletionResponseFormatType](#chatcompletionresponseformattype) | The response format type. |
170170
| [ChatCompletionResponseMessage](#chatcompletionresponsemessage) | A chat completion message generated by the model. |
171171
| [ChatCompletionTool](#chatcompletiontool) | |
172172
| [ChatMessageRole](#chatmessagerole) | The role of the author of this message. |
@@ -222,7 +222,7 @@ The response format for the model response. Setting to `json_object` enables JSO
222222

223223
| Name | Type | Description |
224224
| --- | --- | --- |
225-
| type | [ChatCompletionResponseFormatType](#chatcompletionresponseformatrype) | The response format type. |
225+
| type | [ChatCompletionResponseFormatType](#chatcompletionresponseformattype) | The response format type. |
226226

227227
### ChatCompletionResponseFormatType
228228

0 commit comments

Comments
 (0)