Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add api part to upload urls (box/box-openapi#455) #305

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "5d1b305", "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
Loading