Skip to content

Commit 9b6705c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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](#chatcompletionresponseformatrype) | The response format type. |
169+
| [ChatCompletionResponseFormatType](#chatcompletionresponseformatype) | 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. |

0 commit comments

Comments
 (0)