Skip to content

Commit

Permalink
docs: Update AI models (box/box-openapi#455) (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Sep 11, 2024
1 parent 679d789 commit a86a861
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "5b7aecf", "specHash": "6ca858e", "version": "1.4.1" }
{ "engineHash": "5b7aecf", "specHash": "915b38a", "version": "1.4.1" }
2 changes: 1 addition & 1 deletion box_sdk_gen/schemas/ai_agent_basic_gen_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(
When using the `prompt_template` parameter, you **must include** input for `{user_question}`.
Inputs for `{current_date}` and `{content}` are optional, depending on the use., defaults to None
:type prompt_template: Optional[str], optional
:param model: The model used for the AI Agent for basic text., defaults to None
:param model: The model used for the AI Agent for basic text. For specific model values, see the [available models list](g://box-ai/supported-models)., defaults to None
:type model: Optional[str], optional
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
:type num_tokens_for_completion: Optional[int], optional
Expand Down
2 changes: 1 addition & 1 deletion box_sdk_gen/schemas/ai_agent_basic_text_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(
Input for `{current_date}` is optional, depending on the use., defaults to None
:type prompt_template: Optional[str], optional
:param model: The model used for the AI Agent for basic text., defaults to None
:param model: The model used for the AI Agent for basic text. For specific model values, see the [available models list](g://box-ai/supported-models)., defaults to None
:type model: Optional[str], optional
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
:type num_tokens_for_completion: Optional[int], optional
Expand Down
2 changes: 1 addition & 1 deletion box_sdk_gen/schemas/ai_agent_basic_text_tool_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(
**kwargs
):
"""
:param model: The model used for the AI Agent for basic text., defaults to None
:param model: The model used for the AI Agent for basic text. For specific model values, see the [available models list](g://box-ai/supported-models)., defaults to None
:type model: Optional[str], optional
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
:type num_tokens_for_completion: Optional[int], optional
Expand Down
2 changes: 1 addition & 1 deletion box_sdk_gen/schemas/ai_agent_basic_text_tool_text_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(
When using the `prompt_template` parameter, you **must include** input for `{user_question}`.
Inputs for `{current_date}` and `{content}` are optional, depending on the use., defaults to None
:type prompt_template: Optional[str], optional
:param model: The model used for the AI Agent for basic text., defaults to None
:param model: The model used for the AI Agent for basic text. For specific model values, see the [available models list](g://box-ai/supported-models)., defaults to None
:type model: Optional[str], optional
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
:type num_tokens_for_completion: Optional[int], optional
Expand Down
2 changes: 1 addition & 1 deletion box_sdk_gen/schemas/ai_agent_long_text_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(
Input for `{current_date}` is optional, depending on the use., defaults to None
:type prompt_template: Optional[str], optional
:param model: The model used for the AI Agent for basic text., defaults to None
:param model: The model used for the AI Agent for basic text. For specific model values, see the [available models list](g://box-ai/supported-models)., defaults to None
:type model: Optional[str], optional
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
:type num_tokens_for_completion: Optional[int], optional
Expand Down
2 changes: 1 addition & 1 deletion box_sdk_gen/schemas/ai_agent_long_text_tool_text_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(
When using the `prompt_template` parameter, you **must include** input for `{user_question}`.
Inputs for `{current_date}` and `{content}` are optional, depending on the use., defaults to None
:type prompt_template: Optional[str], optional
:param model: The model used for the AI Agent for basic text., defaults to None
:param model: The model used for the AI Agent for basic text. For specific model values, see the [available models list](g://box-ai/supported-models)., defaults to None
:type model: Optional[str], optional
:param num_tokens_for_completion: The number of tokens for completion., defaults to None
:type num_tokens_for_completion: Optional[int], optional
Expand Down

0 comments on commit a86a861

Please sign in to comment.