Skip to content

Commit c3b4531

Browse files
committed
update
1 parent 83e7b66 commit c3b4531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6292,7 +6292,7 @@ Represents an `assistant` that can call the model and use tools.
62926292
| created_at | integer | The Unix timestamp (in seconds) for when the assistant was created. | Yes | |
62936293
| name | string | The name of the assistant. The maximum length is 256 characters.<br> | Yes | |
62946294
| description | string | The description of the assistant. The maximum length is 512 characters.<br> | Yes | |
6295-
| model | string | ID of the model to use. You can use the List models API to see all of your available models, or see our [Model overview](/docs/models/overview) for descriptions of them.<br> | Yes | |
6295+
| model | string | ID of the model to use. You can use the List models API to see all of your available models, or see our [Model overview](../../concepts/models.md) for descriptions of them.<br> | Yes | |
62966296
| instructions | string | The system instructions that the assistant uses. The maximum length is 256,000 characters.<br> | Yes | |
62976297
| tools | array | A list of tool enabled on the assistant. There can be a maximum of 128 tools per assistant. Tools can be of types `code_interpreter`, `file_search`, or `function`.<br> | Yes | [] |
62986298
| tool_resources | object | A set of resources that are used by the assistant's tools. The resources are specific to the type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.<br> | No | |
@@ -7785,7 +7785,7 @@ A result instance of the file search.
77857785

77867786
| Name | Type | Description | Default |
77877787
|------|------|-------------|--------|
7788-
| output | string | The output of the function. This will be `null` if the outputs have not been [submitted](/docs/api-reference/runs/submitToolOutputs) yet. | |
7788+
| output | string | The output of the function. This will be `null` if the outputs have not been submitted yet. | |
77897789

77907790

77917791

0 commit comments

Comments
 (0)