Skip to content

Commit

Permalink
Moji: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
boxmoji committed Oct 23, 2024
1 parent 3304a3d commit 14f7282
Show file tree
Hide file tree
Showing 10 changed files with 693 additions and 74 deletions.
1 change: 1 addition & 0 deletions guides/api-calls/pagination/marker-based.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ rank: 2
related_endpoints:
- get_folders_id_items
- get_files_id_collaborations
- get_folders_id_collaborations
- get_webhooks
- get_metadata_templates_enterprise
- get_recent_items
Expand Down
246 changes: 228 additions & 18 deletions guides/box-ai/ai-agents/get-agent-default-config.md

Large diffs are not rendered by default.

25 changes: 20 additions & 5 deletions guides/box-ai/ai-agents/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
rank: 1
related_endpoints:
- get_ai_agent_default
- post_ai_text_gen
- post_ai_ask
- post_ai_extract
- post_ai_extract_structured
related_guides:
- box-ai/index
- box-ai/ai-agents/get-agent-default-config
- box-ai/ai-agents/overrides-tutorial
category_id: box-ai
subcategory_id: box-ai/ai-agents
is_index: true
id: box-ai/ai-agents
type: guide
total_steps: 1
total_steps: 2
sibling_id: box-ai
parent_id: box-ai
next_page_id: box-ai/ai-agents/get-agent-default-config
Expand All @@ -18,14 +23,24 @@ source_url: >-
https://github.com/box/developer.box.com/blob/main/content/guides/box-ai/ai-agents/index.md
fullyTranslated: true
---
# AIエージェントの構成
# AI model overrides

デフォルトのエージェント構成を上書きし、独自のカスタム設定を導入するには、[`POST /2.0/ai/ask`][ask]リクエストおよび[`POST /2.0/ai/text_gen`][text-gen]リクエストで利用可能な`ai_agent`パラメータを使用できます。
Box updates the default models across the endpoints on a regular basis to stay up to date with the most advanced options.

詳細については、[AIエージェントのデフォルト構成][agent-default]を参照してください。
If your implementation is based on Box AI, a new default model might alter the results in a way that could break or change a downstream process. Switching to a specific version may prevent encountering any issues.

Selecting a specific model may also bring better results to your use case. This is why, you can switch to any model included in the [supported models][models] list.

Apart from switching models, you can pass options to further customize the agents used in Box AI implementation and get the responses that suit your use case.

To see specific use cases, check the [overrides tutorial][overrides].

[ask]: e://post_ai_ask#param_ai_agent

[text-gen]: e://post_ai_text_gen#param_ai_agent

[agent-default]: g://box-ai/ai-agents/get-agent-default-config

[overrides]: g://box-ai/ai-agents/overrides-tutorial

[models]: g://box-ai/supported-models
Loading

0 comments on commit 14f7282

Please sign in to comment.