You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> For features that are part of the dataplane authoring API such as batch, fine-tuning, and assistants files, continue to use API version `2024-10-01-preview` to take advantage of the latest preview features.
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/api-versions/latest-inference-preview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6292,7 +6292,7 @@ Represents an `assistant` that can call the model and use tools.
6292
6292
| created_at | integer | The Unix timestamp (in seconds) for when the assistant was created. | Yes ||
6293
6293
| name | string | The name of the assistant. The maximum length is 256 characters.<br> | Yes ||
6294
6294
| 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 ||
6296
6296
| instructions | string | The system instructions that the assistant uses. The maximum length is 256,000 characters.<br> | Yes ||
6297
6297
| 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 |[]|
6298
6298
| 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 ||
@@ -7343,7 +7343,7 @@ Represents a step in execution of a run.
7343
7343
| Name | Type | Description | Required | Default |
| type | string | Always `message_creation``. | Yes ||
7454
+
| type | string | Always `message_creation`. | Yes ||
7455
7455
| message_creation | object || Yes ||
7456
7456
7457
7457
@@ -7785,7 +7785,7 @@ A result instance of the file search.
7785
7785
7786
7786
| Name | Type | Description | Default |
7787
7787
|------|------|-------------|--------|
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. ||
0 commit comments