Skip to content

Commit 93b41a4

Browse files
committed
update
1 parent 75dbf45 commit 93b41a4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,8 +1472,8 @@ Create an assistant with a model and instructions.
14721472

14731473
| Name | Type | Description | Default |
14741474
|------|------|-------------|--------|
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> | |
14771477

14781478
### Responses
14791479

@@ -1652,7 +1652,7 @@ Modifies an assistant.
16521652

16531653
| Name | Type | Description | Default |
16541654
|------|------|-------------|--------|
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> | |
16561656

16571657
### Responses
16581658

@@ -1814,8 +1814,8 @@ Create a thread.
18141814

18151815
| Name | Type | Description | Default |
18161816
|------|------|-------------|--------|
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> | |
18191819

18201820
### Responses
18211821

@@ -1956,7 +1956,7 @@ Modifies a thread.
19561956

19571957
| Name | Type | Description | Default |
19581958
|------|------|-------------|--------|
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> | |
19601960

19611961
### Responses
19621962

@@ -2465,7 +2465,7 @@ Create a thread and run it in one request.
24652465

24662466
| Name | Type | Description | Default |
24672467
|------|------|-------------|--------|
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> | |
24692469

24702470
### Responses
24712471

@@ -6176,7 +6176,7 @@ Represents an `assistant` that can call the model and use tools.
61766176

61776177
| Name | Type | Description | Default |
61786178
|------|------|-------------|--------|
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> | |
61806180

61816181

61826182

@@ -6217,8 +6217,8 @@ Represents an `assistant` that can call the model and use tools.
62176217

62186218
| Name | Type | Description | Default |
62196219
|------|------|-------------|--------|
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> | |
62226222

62236223

62246224
### modifyAssistantRequest
@@ -6251,7 +6251,7 @@ Represents an `assistant` that can call the model and use tools.
62516251

62526252
| Name | Type | Description | Default |
62536253
|------|------|-------------|--------|
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> | |
62556255

62566256

62576257
### deleteAssistantResponse
@@ -6669,7 +6669,7 @@ Tool call objects
66696669

66706670
| Name | Type | Description | Default |
66716671
|------|------|-------------|--------|
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> | |
66736673

66746674

66756675
### threadObject
@@ -6697,7 +6697,7 @@ Represents a thread that contains messages.
66976697

66986698
| Name | Type | Description | Default |
66996699
|------|------|-------------|--------|
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> | |
67016701

67026702

67036703

@@ -6731,8 +6731,8 @@ Represents a thread that contains messages.
67316731

67326732
| Name | Type | Description | Default |
67336733
|------|------|-------------|--------|
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> | |
67366736

67376737

67386738
### modifyThreadRequest
@@ -6757,7 +6757,7 @@ Represents a thread that contains messages.
67576757

67586758
| Name | Type | Description | Default |
67596759
|------|------|-------------|--------|
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> | |
67616761

67626762

67636763
### deleteThreadResponse

0 commit comments

Comments
 (0)