Skip to content

Commit 7d0a60c

Browse files
committed
Moji: Update translations
1 parent 234ff6a commit 7d0a60c

File tree

6 files changed

+44
-6
lines changed

6 files changed

+44
-6
lines changed

guides/ai-studio/ai-studio-agents/get-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Box AI Studioは、Enterprise Advancedアカウントでのみ使用できます
5353
| `fields` | レスポンスで返されるフィールド。 | `ask` |
5454
| `agent_state` | 返されるエージェントの状態。値は`enabled``disabled`のいずれかです。 | `enabled` |
5555
| `fields` | レスポンスで返されるフィールド。値は`ask``text_gen``extract`のいずれかです。 | `ask` |
56-
| `include_box_default` | レスポンスにBoxのデフォルトのエージェントを含めるかどうか。 | `true` |
56+
| `include_box_default` | レスポンスにBoxのデフォルトエージェントを含めるかどうか。 | `true` |
5757
| `limit` | 返す項目の1ページあたりの最大数。 | `1000` |
5858
| `marker` | 結果が返される開始位置のマーカー。 | `JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii` |
5959

guides/tooling/salesforce-toolkit/box-agents-package.md renamed to guides/tooling/salesforce-toolkit/box-agentforce-package.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ alias_paths: []
99
category_id: tooling
1010
subcategory_id: tooling/salesforce-toolkit
1111
is_index: false
12-
id: tooling/salesforce-toolkit/box-agents-package
12+
id: tooling/salesforce-toolkit/box-agentforce-package
1313
type: guide
1414
total_steps: 5
1515
sibling_id: tooling/salesforce-toolkit
1616
parent_id: tooling/salesforce-toolkit
1717
next_page_id: ''
1818
previous_page_id: tooling/salesforce-toolkit/ui-elements
1919
source_url: >-
20-
https://github.com/box/developer.box.com/blob/main/content/guides/tooling/salesforce-toolkit/box-agents-package.md
20+
https://github.com/box/developer.box.com/blob/main/content/guides/tooling/salesforce-toolkit/box-agentforce-package.md
2121
fullyTranslated: true
2222
---
23-
# Box for Agentforce拡張パッケージ
23+
# Box for Agentforce Extension package
2424

25-
[Box for Agentforce拡張パッケージ][agentforce]は、Box for Salesforce管理パッケージの拡張機能です。この拡張機能は、Salesforce内でワークフローを自動化したり、インテリジェントなエージェントベースのプロセスを強化したりするのに役立つ、再利用可能なAgentforce[アクション][actions]を提供します。これは、Box for Salesforceパッケージのコア機能を基に作成されており、グローバルで呼び出し可能なApexメソッドを使用して機能性を高めます。Box for Agentforce拡張パッケージでは、Agentforceアクション内でBoxの名前空間を使用することでメソッドを参照します。
25+
The [Box for Agentforce Extension package][agentforce] is an extension of the Box for Salesforce managed package. This extension provides reusable Agentforce [actions][actions] that help automate workflows and enhance intelligent agent—based processes within Salesforce. It builds on the core features of the Box for Salesforce package and uses global, invocable Apex methods to improve functionality. The Box for Agentforce Extension package references the methods by using the Box name space in Agentforce Actions.
2626

2727
## Agentforceフローのメソッド
2828

guides/tooling/salesforce-toolkit/ui-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type: guide
1414
total_steps: 5
1515
sibling_id: tooling/salesforce-toolkit
1616
parent_id: tooling/salesforce-toolkit
17-
next_page_id: tooling/salesforce-toolkit/box-agents-package
17+
next_page_id: tooling/salesforce-toolkit/box-agentforce-package
1818
previous_page_id: tooling/salesforce-toolkit/flow-actions
1919
source_url: >-
2020
https://github.com/box/developer.box.com/blob/main/content/guides/tooling/salesforce-toolkit/ui-elements.md

guides/uploads/direct/file.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ fullyTranslated: true
2727

2828
直接アップロードによってBoxにファイルをアップロードするには、ファイルのコンテンツ、目的のファイル名、フォルダIDを使用して、[`POST /files/content`][upload] APIにAPIコールを実行します。
2929

30+
<Message type="tip">
31+
32+
To upload files to the Archive folder, you need to first enable the [Global Content Manager][GCM] (GCM) scope in the Developer Console.
33+
34+
</Message>
35+
3036
<Samples id="post_files_content">
3137

3238
</Samples>
@@ -93,3 +99,5 @@ Test file text.
9399
[fsizes]: https://support.box.com/hc/ja/articles/360043697314-Boxにアップロードできる最大ファイルサイズ
94100

95101
<!-- i18n-disable localize-links -->
102+
103+
[GCM]: g://api-calls/permissions-and-errors/scopes

guides/uploads/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Box APIは、2つのファイルアップロード方法をサポートしてい
2121

2222
[分割アップロードAPI][chunked]は20 MB以上のファイルをサポートしており、アプリケーションではファイルを複数のパーツに分割してアップロードすることで、エラーのキャッチと個別のパーツの再送信を詳細に制御できます。
2323

24+
<Message type="tip">
25+
26+
To upload files to the Archive folder, you need to first enable the [Global Content Manager][GCM] (GCM) scope in the Developer Console.
27+
28+
</Message>
29+
2430
## アップロードの制限
2531

2632
アップロードの上限は、認証済みユーザーのアカウントの種類によって決まります。詳細については、このトピックに関する[Boxコミュニティの記事][fsizes]を参照してください。
@@ -43,6 +49,8 @@ Boxへのアップロードは、通常のAPIコールとは異なるドメイ
4349

4450
[chunked]: g://uploads/chunked
4551

52+
[GCM]: g://api-calls/permissions-and-errors/scopes
53+
4654
<!-- i18n-enable localize-links -->
4755

4856
[fsizes]: https://support.box.com/hc/ja/articles/360043697314-Boxにアップロードできる最大ファイルサイズ

pages/ai-dev-zone/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,28 @@ MCP
197197

198198
</Tile>
199199

200+
<Tile type="box-brown" title="Box AI Agents Toolkit" href="https://pypi.org/project/box-ai-agents-toolkit/">
201+
202+
Get started with a Python library for building AI agents for Box.
203+
204+
<div>
205+
206+
<strong style="background-color: #92e0c0">
207+
208+
新着
209+
210+
</strong>
211+
212+
<strong style="background-color: #e8e8e8">
213+
214+
beta
215+
216+
</strong>
217+
218+
</div>
219+
220+
</Tile>
221+
200222
<Tile type="box-brown" title="Pydantic AIとBox MCP" href="https://github.com/box-community/box-mcp-pydantic-ai">
201223

202224
Box MCPサーバーを使用して、BoxのセキュアなコンテンツでPydantic AIエージェントを拡張します。

0 commit comments

Comments
 (0)