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
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/api-versions/latest-inference-preview.md
+5-42Lines changed: 5 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5126,7 +5126,7 @@ This component can be one of the following:
5126
5126
The use of this configuration is compatible only with Azure OpenAI.
5127
5127
5128
5128
5129
-
###Discriminator for azureChatExtensionConfiguration
5129
+
###Discriminator for azureChatExtensionConfiguration
5130
5130
5131
5131
This component uses the property `type` to discriminate between different types:
5132
5132
@@ -5393,7 +5393,7 @@ Optional settings to control how fields are processed when using a configured Pi
5393
5393
The authentication options for Azure OpenAI On Your Data.
5394
5394
5395
5395
5396
-
###Discriminator for onYourDataAuthenticationOptions
5396
+
###Discriminator for onYourDataAuthenticationOptions
5397
5397
5398
5398
This component uses the property `type` to discriminate between different types:
5399
5399
@@ -5510,7 +5510,7 @@ The authentication options for Azure OpenAI On Your Data when using a username a
5510
5510
An abstract representation of a vectorization source for Azure OpenAI On Your Data with vector search.
5511
5511
5512
5512
5513
-
###Discriminator for onYourDataVectorizationSource
5513
+
###Discriminator for onYourDataVectorizationSource
5514
5514
5515
5515
This component uses the property `type` to discriminate between different types:
5516
5516
@@ -6179,7 +6179,7 @@ Represents an `assistant` that can call the model and use tools.
6179
6179
| 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 |
6180
6180
| 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 ||
6181
6181
| └─ 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 |[]|
6183
6183
| └─ file_search | object || No ||
6184
6184
| └─ 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 ||
6185
6185
| 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.
8419
8419
### InputItem
8420
8420
8421
8421
8422
-
###Discriminator for InputItem
8422
+
###Discriminator for InputItem
8423
8423
8424
8424
This component uses the property `type` to discriminate between different types:
8425
8425
8426
-
| Type Value | Schema |
8427
-
|------------|--------|
8428
-
8429
8426
This component can be one of the following:
8430
8427
8431
8428
-[EasyInputMessage](#easyinputmessage)
@@ -8479,15 +8476,6 @@ A text input to the model.
8479
8476
8480
8477
Content item used to generate a response.
8481
8478
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
-
8491
8479
This component can be one of the following:
8492
8480
8493
8481
-[InputMessage](#inputmessage)
@@ -8513,15 +8501,6 @@ An internal identifier for an item to reference.
8513
8501
8514
8502
Content item used to generate a response.
8515
8503
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
-
8525
8504
This component can be one of the following:
8526
8505
8527
8506
-[InputMessageResource](#inputmessageresource)
@@ -8596,14 +8575,6 @@ This component can be one of the following:
8596
8575
8597
8576
### OutputItem
8598
8577
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
-
8607
8578
| Name | Type | Description | Required | Default |
0 commit comments