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
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1472,8 +1472,8 @@ Create an assistant with a model and instructions.
1472
1472
1473
1473
| Name | Type | Description | Default |
1474
1474
|------|------|-------------|--------|
1475
-
| vector_store_ids | array | The vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.<br> ||
1476
-
| vector_stores | array | A helper to create a vector store with file_ids and attach it to this assistant. There can be a maximum of 1 vector store attached to the assistant.<br> ||
1475
+
| vector_store_ids | array | The vector store attached to this assistant. There can be a maximum of one vector store attached to the assistant.<br> ||
1476
+
| vector_stores | array | A helper to create a vector store with file_ids and attach it to this assistant. There can be a maximum of one vector store attached to the assistant.<br> ||
1477
1477
1478
1478
### Responses
1479
1479
@@ -1652,7 +1652,7 @@ Modifies an assistant.
1652
1652
1653
1653
| Name | Type | Description | Default |
1654
1654
|------|------|-------------|--------|
1655
-
| vector_store_ids | array | Overrides the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.<br> ||
1655
+
| vector_store_ids | array | Overrides the vector store attached to this assistant. There can be a maximum of one vector store attached to the assistant.<br> ||
1656
1656
1657
1657
### Responses
1658
1658
@@ -1814,8 +1814,8 @@ Create a thread.
1814
1814
1815
1815
| Name | Type | Description | Default |
1816
1816
|------|------|-------------|--------|
1817
-
| vector_store_ids | array | The vector store attached to this thread. There can be a maximum of 1 vector store attached to the thread.<br> ||
1818
-
| vector_stores | array | A helper to create a vector store with file_ids and attach it to this thread. There can be a maximum of 1 vector store attached to the thread.<br> ||
1817
+
| vector_store_ids | array | The vector store attached to this thread. There can be a maximum of one vector store attached to the thread.<br> ||
1818
+
| vector_stores | array | A helper to create a vector store with file_ids and attach it to this thread. There can be a maximum of one vector store attached to the thread.<br> ||
1819
1819
1820
1820
### Responses
1821
1821
@@ -1956,7 +1956,7 @@ Modifies a thread.
1956
1956
1957
1957
| Name | Type | Description | Default |
1958
1958
|------|------|-------------|--------|
1959
-
| vector_store_ids | array | The vector store attached to this thread. There can be a maximum of 1 vector store attached to the thread.<br> ||
1959
+
| vector_store_ids | array | The vector store attached to this thread. There can be a maximum of one vector store attached to the thread.<br> ||
1960
1960
1961
1961
### Responses
1962
1962
@@ -2465,7 +2465,7 @@ Create a thread and run it in one request.
2465
2465
2466
2466
| Name | Type | Description | Default |
2467
2467
|------|------|-------------|--------|
2468
-
| 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> ||
2468
+
| vector_store_ids | array | The ID of the vector store attached to this assistant. There can be a maximum of one vector store attached to the assistant.<br> ||
2469
2469
2470
2470
### Responses
2471
2471
@@ -6176,7 +6176,7 @@ Represents an `assistant` that can call the model and use tools.
6176
6176
6177
6177
| Name | Type | Description | Default |
6178
6178
|------|------|-------------|--------|
6179
-
| 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> ||
6179
+
| vector_store_ids | array | The ID of the vector store attached to this assistant. There can be a maximum of one vector store attached to the assistant.<br> ||
6180
6180
6181
6181
6182
6182
@@ -6217,8 +6217,8 @@ Represents an `assistant` that can call the model and use tools.
6217
6217
6218
6218
| Name | Type | Description | Default |
6219
6219
|------|------|-------------|--------|
6220
-
| vector_store_ids | array | The vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.<br> ||
6221
-
| vector_stores | array | A helper to create a vector store with file_ids and attach it to this assistant. There can be a maximum of 1 vector store attached to the assistant.<br> ||
6220
+
| vector_store_ids | array | The vector store attached to this assistant. There can be a maximum of one vector store attached to the assistant.<br> ||
6221
+
| vector_stores | array | A helper to create a vector store with file_ids and attach it to this assistant. There can be a maximum of one vector store attached to the assistant.<br> ||
6222
6222
6223
6223
6224
6224
### modifyAssistantRequest
@@ -6251,7 +6251,7 @@ Represents an `assistant` that can call the model and use tools.
6251
6251
6252
6252
| Name | Type | Description | Default |
6253
6253
|------|------|-------------|--------|
6254
-
| vector_store_ids | array | Overrides the vector store attached to this assistant. There can be a maximum of 1 vector store attached to the assistant.<br> ||
6254
+
| vector_store_ids | array | Overrides the vector store attached to this assistant. There can be a maximum of one vector store attached to the assistant.<br> ||
6255
6255
6256
6256
6257
6257
### deleteAssistantResponse
@@ -6669,7 +6669,7 @@ Tool call objects
6669
6669
6670
6670
| Name | Type | Description | Default |
6671
6671
|------|------|-------------|--------|
6672
-
| 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> ||
6672
+
| vector_store_ids | array | The ID of the vector store attached to this assistant. There can be a maximum of one vector store attached to the assistant.<br> ||
6673
6673
6674
6674
6675
6675
### threadObject
@@ -6697,7 +6697,7 @@ Represents a thread that contains messages.
6697
6697
6698
6698
| Name | Type | Description | Default |
6699
6699
|------|------|-------------|--------|
6700
-
| vector_store_ids | array | The vector store attached to this thread. There can be a maximum of 1 vector store attached to the thread.<br> ||
6700
+
| vector_store_ids | array | The vector store attached to this thread. There can be a maximum of one vector store attached to the thread.<br> ||
6701
6701
6702
6702
6703
6703
@@ -6731,8 +6731,8 @@ Represents a thread that contains messages.
6731
6731
6732
6732
| Name | Type | Description | Default |
6733
6733
|------|------|-------------|--------|
6734
-
| vector_store_ids | array | The vector store attached to this thread. There can be a maximum of 1 vector store attached to the thread.<br> ||
6735
-
| vector_stores | array | A helper to create a vector store with file_ids and attach it to this thread. There can be a maximum of 1 vector store attached to the thread.<br> ||
6734
+
| vector_store_ids | array | The vector store attached to this thread. There can be a maximum of one vector store attached to the thread.<br> ||
6735
+
| vector_stores | array | A helper to create a vector store with file_ids and attach it to this thread. There can be a maximum of one vector store attached to the thread.<br> ||
6736
6736
6737
6737
6738
6738
### modifyThreadRequest
@@ -6757,7 +6757,7 @@ Represents a thread that contains messages.
6757
6757
6758
6758
| Name | Type | Description | Default |
6759
6759
|------|------|-------------|--------|
6760
-
| vector_store_ids | array | The vector store attached to this thread. There can be a maximum of 1 vector store attached to the thread.<br> ||
6760
+
| vector_store_ids | array | The vector store attached to this thread. There can be a maximum of one vector store attached to the thread.<br> ||
0 commit comments