@@ -121,8 +121,8 @@ export interface Assistant {
121
121
* ID of the model to use. You can use the
122
122
* [List models](https://platform.openai.com/docs/api-reference/models/list) API to
123
123
* see all of your available models, or see our
124
- * [Model overview](https://platform.openai.com/docs/models/overview ) for
125
- * descriptions of them.
124
+ * [Model overview](https://platform.openai.com/docs/models) for descriptions of
125
+ * them.
126
126
*/
127
127
model : string ;
128
128
@@ -145,8 +145,8 @@ export interface Assistant {
145
145
146
146
/**
147
147
* Specifies the format that the model must output. Compatible with
148
- * [GPT-4o](https://platform.openai.com/docs/models/ gpt-4o),
149
- * [GPT-4 Turbo](https://platform.openai.com/docs/models/ gpt-4-turbo-and-gpt-4),
148
+ * [GPT-4o](https://platform.openai.com/docs/models# gpt-4o),
149
+ * [GPT-4 Turbo](https://platform.openai.com/docs/models# gpt-4-turbo-and-gpt-4),
150
150
* and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
151
151
*
152
152
* Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -620,7 +620,7 @@ export namespace AssistantStreamEvent {
620
620
621
621
/**
622
622
* Occurs when an
623
- * [error](https://platform.openai.com/docs/guides/error-codes/ api-errors) occurs.
623
+ * [error](https://platform.openai.com/docs/guides/error-codes# api-errors) occurs.
624
624
* This can happen due to an internal server error or a timeout.
625
625
*/
626
626
export interface ErrorEvent {
@@ -663,7 +663,7 @@ export namespace FileSearchTool {
663
663
*
664
664
* Note that the file search tool may output fewer than `max_num_results` results.
665
665
* See the
666
- * [file search tool documentation](https://platform.openai.com/docs/assistants/tools/file-search/ customizing-file-search-settings)
666
+ * [file search tool documentation](https://platform.openai.com/docs/assistants/tools/file-search# customizing-file-search-settings)
667
667
* for more information.
668
668
*/
669
669
max_num_results ?: number ;
@@ -673,7 +673,7 @@ export namespace FileSearchTool {
673
673
* will use the `auto` ranker and a score_threshold of 0.
674
674
*
675
675
* See the
676
- * [file search tool documentation](https://platform.openai.com/docs/assistants/tools/file-search/ customizing-file-search-settings)
676
+ * [file search tool documentation](https://platform.openai.com/docs/assistants/tools/file-search# customizing-file-search-settings)
677
677
* for more information.
678
678
*/
679
679
ranking_options ?: FileSearch . RankingOptions ;
@@ -685,7 +685,7 @@ export namespace FileSearchTool {
685
685
* will use the `auto` ranker and a score_threshold of 0.
686
686
*
687
687
* See the
688
- * [file search tool documentation](https://platform.openai.com/docs/assistants/tools/file-search/ customizing-file-search-settings)
688
+ * [file search tool documentation](https://platform.openai.com/docs/assistants/tools/file-search# customizing-file-search-settings)
689
689
* for more information.
690
690
*/
691
691
export interface RankingOptions {
@@ -1100,8 +1100,8 @@ export interface AssistantCreateParams {
1100
1100
* ID of the model to use. You can use the
1101
1101
* [List models](https://platform.openai.com/docs/api-reference/models/list) API to
1102
1102
* see all of your available models, or see our
1103
- * [Model overview](https://platform.openai.com/docs/models/overview ) for
1104
- * descriptions of them.
1103
+ * [Model overview](https://platform.openai.com/docs/models) for descriptions of
1104
+ * them.
1105
1105
*/
1106
1106
model : ( string & { } ) | ChatAPI . ChatModel ;
1107
1107
@@ -1131,8 +1131,8 @@ export interface AssistantCreateParams {
1131
1131
1132
1132
/**
1133
1133
* Specifies the format that the model must output. Compatible with
1134
- * [GPT-4o](https://platform.openai.com/docs/models/ gpt-4o),
1135
- * [GPT-4 Turbo](https://platform.openai.com/docs/models/ gpt-4-turbo-and-gpt-4),
1134
+ * [GPT-4o](https://platform.openai.com/docs/models# gpt-4o),
1135
+ * [GPT-4 Turbo](https://platform.openai.com/docs/models# gpt-4-turbo-and-gpt-4),
1136
1136
* and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
1137
1137
*
1138
1138
* Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -1277,8 +1277,8 @@ export interface AssistantUpdateParams {
1277
1277
* ID of the model to use. You can use the
1278
1278
* [List models](https://platform.openai.com/docs/api-reference/models/list) API to
1279
1279
* see all of your available models, or see our
1280
- * [Model overview](https://platform.openai.com/docs/models/overview ) for
1281
- * descriptions of them.
1280
+ * [Model overview](https://platform.openai.com/docs/models) for descriptions of
1281
+ * them.
1282
1282
*/
1283
1283
model ?: string ;
1284
1284
@@ -1289,8 +1289,8 @@ export interface AssistantUpdateParams {
1289
1289
1290
1290
/**
1291
1291
* Specifies the format that the model must output. Compatible with
1292
- * [GPT-4o](https://platform.openai.com/docs/models/ gpt-4o),
1293
- * [GPT-4 Turbo](https://platform.openai.com/docs/models/ gpt-4-turbo-and-gpt-4),
1292
+ * [GPT-4o](https://platform.openai.com/docs/models# gpt-4o),
1293
+ * [GPT-4 Turbo](https://platform.openai.com/docs/models# gpt-4-turbo-and-gpt-4),
1294
1294
* and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
1295
1295
*
1296
1296
* Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -1383,8 +1383,8 @@ export interface AssistantListParams extends CursorPageParams {
1383
1383
/**
1384
1384
* A cursor for use in pagination. `before` is an object ID that defines your place
1385
1385
* in the list. For instance, if you make a list request and receive 100 objects,
1386
- * ending with obj_foo, your subsequent call can include before=obj_foo in order to
1387
- * fetch the previous page of the list.
1386
+ * starting with obj_foo, your subsequent call can include before=obj_foo in order
1387
+ * to fetch the previous page of the list.
1388
1388
*/
1389
1389
before ?: string ;
1390
1390
0 commit comments