Skip to content

Commit e17c926

Browse files
committed
update
1 parent dc15c26 commit e17c926

File tree

1 file changed

+5
-42
lines changed

1 file changed

+5
-42
lines changed

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

Lines changed: 5 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5126,7 +5126,7 @@ This component can be one of the following:
51265126
The use of this configuration is compatible only with Azure OpenAI.
51275127

51285128

5129-
###Discriminator for azureChatExtensionConfiguration
5129+
### Discriminator for azureChatExtensionConfiguration
51305130

51315131
This component uses the property `type` to discriminate between different types:
51325132

@@ -5393,7 +5393,7 @@ Optional settings to control how fields are processed when using a configured Pi
53935393
The authentication options for Azure OpenAI On Your Data.
53945394

53955395

5396-
###Discriminator for onYourDataAuthenticationOptions
5396+
### Discriminator for onYourDataAuthenticationOptions
53975397

53985398
This component uses the property `type` to discriminate between different types:
53995399

@@ -5510,7 +5510,7 @@ The authentication options for Azure OpenAI On Your Data when using a username a
55105510
An abstract representation of a vectorization source for Azure OpenAI On Your Data with vector search.
55115511

55125512

5513-
###Discriminator for onYourDataVectorizationSource
5513+
### Discriminator for onYourDataVectorizationSource
55145514

55155515
This component uses the property `type` to discriminate between different types:
55165516

@@ -6179,7 +6179,7 @@ Represents an `assistant` that can call the model and use tools.
61796179
| temperature | number | What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.<br> | No | 1 |
61806180
| 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 | |
61816181
| └─ code_interpreter | object | | No | |
6182-
| └─ file_ids | array | A list of file IDs made available to the `code_interpreter`` tool. There can be a maximum of 20 files associated with the tool.<br> | No | [] |
6182+
| └─ file_ids | array | A list of file IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files associated with the tool.<br> | No | [] |
61836183
| └─ file_search | object | | No | |
61846184
| └─ vector_store_ids | array | The ID of the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.<br> | No | |
61856185
| 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 | [] |
@@ -8419,13 +8419,10 @@ An image input to the model.
84198419
### InputItem
84208420

84218421

8422-
###Discriminator for InputItem
8422+
### Discriminator for InputItem
84238423

84248424
This component uses the property `type` to discriminate between different types:
84258425

8426-
| Type Value | Schema |
8427-
|------------|--------|
8428-
84298426
This component can be one of the following:
84308427

84318428
- [EasyInputMessage](#easyinputmessage)
@@ -8479,15 +8476,6 @@ A text input to the model.
84798476

84808477
Content item used to generate a response.
84818478

8482-
8483-
8484-
###Discriminator for Item
8485-
8486-
This component uses the property `type` to discriminate between different types:
8487-
8488-
| Type Value | Schema |
8489-
|------------|--------|
8490-
84918479
This component can be one of the following:
84928480

84938481
- [InputMessage](#inputmessage)
@@ -8513,15 +8501,6 @@ An internal identifier for an item to reference.
85138501

85148502
Content item used to generate a response.
85158503

8516-
8517-
8518-
###Discriminator for ItemResource
8519-
8520-
This component uses the property `type` to discriminate between different types:
8521-
8522-
| Type Value | Schema |
8523-
|------------|--------|
8524-
85258504
This component can be one of the following:
85268505

85278506
- [InputMessageResource](#inputmessageresource)
@@ -8596,14 +8575,6 @@ This component can be one of the following:
85968575

85978576
### OutputItem
85988577

8599-
8600-
###Discriminator for OutputItem
8601-
8602-
This component uses the property `type` to discriminate between different types:
8603-
8604-
| Type Value | Schema |
8605-
|------------|--------|
8606-
86078578
| Name | Type | Description | Required | Default |
86088579
|------|------|-------------|----------|---------|
86098580
| action | [ComputerAction](#computeraction) | | Yes | |
@@ -9051,14 +9022,6 @@ Emitted when refusal text is finalized.
90519022

90529023
### responseStreamEvent
90539024

9054-
9055-
###Discriminator for responseStreamEvent
9056-
9057-
This component uses the property `type` to discriminate between different types:
9058-
9059-
| Type Value | Schema |
9060-
|------------|--------|
9061-
90629025
| Name | Type | Description | Required | Default |
90639026
|------|------|-------------|----------|---------|
90649027
| annotation | [Annotation](#annotation) | | Yes | |

0 commit comments

Comments
 (0)