@@ -121,8 +121,8 @@ export interface Assistant {
121121 * ID of the model to use. You can use the
122122 * [List models](https://platform.openai.com/docs/api-reference/models/list) API to
123123 * 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.
126126 */
127127 model : string ;
128128
@@ -145,8 +145,8 @@ export interface Assistant {
145145
146146 /**
147147 * 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),
150150 * and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
151151 *
152152 * Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -620,7 +620,7 @@ export namespace AssistantStreamEvent {
620620
621621 /**
622622 * 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.
624624 * This can happen due to an internal server error or a timeout.
625625 */
626626 export interface ErrorEvent {
@@ -663,7 +663,7 @@ export namespace FileSearchTool {
663663 *
664664 * Note that the file search tool may output fewer than `max_num_results` results.
665665 * 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)
667667 * for more information.
668668 */
669669 max_num_results ?: number ;
@@ -673,7 +673,7 @@ export namespace FileSearchTool {
673673 * will use the `auto` ranker and a score_threshold of 0.
674674 *
675675 * 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)
677677 * for more information.
678678 */
679679 ranking_options ?: FileSearch . RankingOptions ;
@@ -685,7 +685,7 @@ export namespace FileSearchTool {
685685 * will use the `auto` ranker and a score_threshold of 0.
686686 *
687687 * 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)
689689 * for more information.
690690 */
691691 export interface RankingOptions {
@@ -1100,8 +1100,8 @@ export interface AssistantCreateParams {
11001100 * ID of the model to use. You can use the
11011101 * [List models](https://platform.openai.com/docs/api-reference/models/list) API to
11021102 * 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.
11051105 */
11061106 model : ( string & { } ) | ChatAPI . ChatModel ;
11071107
@@ -1131,8 +1131,8 @@ export interface AssistantCreateParams {
11311131
11321132 /**
11331133 * 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),
11361136 * and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
11371137 *
11381138 * Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -1277,8 +1277,8 @@ export interface AssistantUpdateParams {
12771277 * ID of the model to use. You can use the
12781278 * [List models](https://platform.openai.com/docs/api-reference/models/list) API to
12791279 * 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.
12821282 */
12831283 model ?: string ;
12841284
@@ -1289,8 +1289,8 @@ export interface AssistantUpdateParams {
12891289
12901290 /**
12911291 * 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),
12941294 * and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.
12951295 *
12961296 * Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
@@ -1383,8 +1383,8 @@ export interface AssistantListParams extends CursorPageParams {
13831383 /**
13841384 * A cursor for use in pagination. `before` is an object ID that defines your place
13851385 * 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.
13881388 */
13891389 before ?: string ;
13901390
0 commit comments