Skip to content

Commit f5787d9

Browse files
committed
update
1 parent 03a0677 commit f5787d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/openai/latest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,7 @@ Fine-tuning job event object
24782478
| description | string | A description of what the function does, used by the model to choose when and how to call the function. | No | |
24792479
| 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 | |
24802480
| parameters | | The parameters the functions accepts, described as a JSON Schema object. | No | |
2481-
| strict | boolean | Whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the `parameters` field. Only a subset of JSON Schema is supported when `strict` is `true`. Learn more about Structured Outputs in the [function calling guide](docs/guides/function-calling). | No | False |
2481+
| strict | boolean | Whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the `parameters` field. Only a subset of JSON Schema is supported when `strict` is `true`. | No | False |
24822482

24832483
### OpenAI.FunctionTool
24842484

0 commit comments

Comments
 (0)