Skip to content

Commit 944c067

Browse files
authored
Fix link in latest-inference-preview.md
It was missing the leading square bracket
1 parent 46d5102 commit 944c067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/api-versions/latest-inference-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4638,7 +4638,7 @@ Represents a completion response from the API. Note: both the streamed and non-s
46384638
|------|------|-------------|----------|---------|
46394639
| description | string | A description of what the function does, used by the model to choose when and how to call the function. | No | |
46404640
| name | string | The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64. | Yes | |
4641-
| parameters | [FunctionParameters](#functionparameters) | The parameters the functions accepts, described as a JSON Schema object. See the guide](/azure/ai-services/openai/how-to/function-calling) for examples, and the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format. <br><br>Omitting `parameters` defines a function with an empty parameter list. | No | |
4641+
| parameters | [FunctionParameters](#functionparameters) | The parameters the functions accepts, described as a JSON Schema object. [See the guide](/azure/ai-services/openai/how-to/function-calling) for examples, and the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format. <br><br>Omitting `parameters` defines a function with an empty parameter list. | No | |
46424642

46434643

46444644
### chatCompletionFunctionCallOption

0 commit comments

Comments
 (0)