Skip to content

Commit 54b669e

Browse files
box-sdk-buildbox-sdk-build
andauthored
docs(boxsdkgen): Fix links to the Supported AI models page (box/box-openapi#589) (#1363)
Co-authored-by: box-sdk-build <box-sdk-build@box.com>
1 parent 94cfd09 commit 54b669e

16 files changed

Lines changed: 16 additions & 16 deletions

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "65f6eab", "specHash": "ca63e5e", "version": "4.5.0" }
1+
{ "engineHash": "7c01dda", "specHash": "2bd751f", "version": "4.5.0" }

box_sdk_gen/schemas/ai_agent_basic_gen_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(
5252
When using the `prompt_template` parameter, you **must include** input for `{user_question}`.
5353
Inputs for `{current_date}` and `{content}` are optional, depending on the use., defaults to None
5454
:type prompt_template: Optional[str], optional
55-
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/supported-models)., defaults to None
55+
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/ai-models)., defaults to None
5656
:type model: Optional[str], optional
5757
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
5858
:type num_tokens_for_completion: Optional[int], optional

box_sdk_gen/schemas/ai_agent_basic_text_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(
3333
When passing `prompt_template` parameters, you **must include** inputs for `{user_question}` and `{content}`.
3434
`{current_date}` is optional, depending on the use., defaults to None
3535
:type prompt_template: Optional[str], optional
36-
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/supported-models)., defaults to None
36+
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/ai-models)., defaults to None
3737
:type model: Optional[str], optional
3838
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
3939
:type num_tokens_for_completion: Optional[int], optional

box_sdk_gen/schemas/ai_agent_basic_text_tool_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(
2525
**kwargs
2626
):
2727
"""
28-
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/supported-models)., defaults to None
28+
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/ai-models)., defaults to None
2929
:type model: Optional[str], optional
3030
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
3131
:type num_tokens_for_completion: Optional[int], optional

box_sdk_gen/schemas/ai_agent_basic_text_tool_text_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(
3535
When using the `prompt_template` parameter, you **must include** input for `{user_question}`.
3636
Inputs for `{current_date}` and `{content}` are optional, depending on the use., defaults to None
3737
:type prompt_template: Optional[str], optional
38-
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/supported-models)., defaults to None
38+
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/ai-models)., defaults to None
3939
:type model: Optional[str], optional
4040
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
4141
:type num_tokens_for_completion: Optional[int], optional

box_sdk_gen/schemas/ai_agent_long_text_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(
7474
When passing `prompt_template` parameters, you **must include** inputs for `{user_question}` and `{content}`.
7575
`{current_date}` is optional, depending on the use., defaults to None
7676
:type prompt_template: Optional[str], optional
77-
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/supported-models)., defaults to None
77+
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/ai-models)., defaults to None
7878
:type model: Optional[str], optional
7979
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
8080
:type num_tokens_for_completion: Optional[int], optional

box_sdk_gen/schemas/ai_agent_long_text_tool_text_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(
7878
When using the `prompt_template` parameter, you **must include** input for `{user_question}`.
7979
Inputs for `{current_date}` and `{content}` are optional, depending on the use., defaults to None
8080
:type prompt_template: Optional[str], optional
81-
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/supported-models)., defaults to None
81+
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/ai-models)., defaults to None
8282
:type model: Optional[str], optional
8383
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
8484
:type num_tokens_for_completion: Optional[int], optional

box_sdk_gen/schemas/ai_agent_spreadsheet_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(
2525
**kwargs
2626
):
2727
"""
28-
:param model: The model used for the AI agent for spreadsheets. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/supported-models)., defaults to None
28+
:param model: The model used for the AI agent for spreadsheets. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/ai-models)., defaults to None
2929
:type model: Optional[str], optional
3030
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
3131
:type num_tokens_for_completion: Optional[int], optional

box_sdk_gen/schemas/ai_studio_agent_basic_gen_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(
5757
When using the `prompt_template` parameter, you **must include** input for `{user_question}`.
5858
Inputs for `{current_date}` and `{content}` are optional, depending on the use., defaults to None
5959
:type prompt_template: Optional[str], optional
60-
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/supported-models)., defaults to None
60+
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/ai-models)., defaults to None
6161
:type model: Optional[str], optional
6262
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
6363
:type num_tokens_for_completion: Optional[int], optional

box_sdk_gen/schemas/ai_studio_agent_basic_gen_tool_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(
6464
When using the `prompt_template` parameter, you **must include** input for `{user_question}`.
6565
Inputs for `{current_date}` and `{content}` are optional, depending on the use., defaults to None
6666
:type prompt_template: Optional[str], optional
67-
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/supported-models)., defaults to None
67+
:param model: The model used for the AI agent for basic text. For specific model values, see the [available models list](https://developer.box.com/guides/box-ai/ai-models)., defaults to None
6868
:type model: Optional[str], optional
6969
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
7070
:type num_tokens_for_completion: Optional[int], optional

0 commit comments

Comments
 (0)