Skip to content

Commit 81ad4c4

Browse files
committed
Moji: Update translations
1 parent 55d0530 commit 81ad4c4

File tree

13 files changed

+151
-67
lines changed

13 files changed

+151
-67
lines changed

guides/box-ai/ai-models/azure-openai-gpt-4o-2024-05-13-model-card.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

guides/box-ai/ai-models/azure-openai-gpt-4o-mini-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ total_steps: 12
1515
sibling_id: box-ai/ai-models
1616
parent_id: box-ai/ai-models
1717
next_page_id: box-ai/ai-models/azure-text-embedding-ada-002-model-card
18-
previous_page_id: box-ai/ai-models/azure-openai-gpt-4o-2024-05-13-model-card
18+
previous_page_id: box-ai/ai-models/azure-openai-gpt-4o-model-card
1919
source_url: >-
2020
https://github.com/box/developer.box.com/blob/main/content/guides/box-ai/ai-models/azure-openai-gpt-4o-mini-model-card.md
2121
fullyTranslated: true
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
rank: 3
3+
related_guides:
4+
- box-ai/ai-tutorials/ask-questions
5+
- box-ai/ai-tutorials/generate-text
6+
- box-ai/ai-tutorials/extract-metadata
7+
- box-ai/ai-tutorials/extract-metadata-structured
8+
- box-ai/ai-agents/get-agent-default-config
9+
category_id: box-ai
10+
subcategory_id: box-ai/ai-models
11+
is_index: false
12+
id: box-ai/ai-models/azure-openai-gpt-4o-model-card
13+
type: guide
14+
total_steps: 12
15+
sibling_id: box-ai/ai-models
16+
parent_id: box-ai/ai-models
17+
next_page_id: box-ai/ai-models/azure-openai-gpt-4o-mini-model-card
18+
previous_page_id: box-ai/ai-models
19+
source_url: >-
20+
https://github.com/box/developer.box.com/blob/main/content/guides/box-ai/ai-models/azure-openai-gpt-4o-model-card.md
21+
fullyTranslated: true
22+
---
23+
# Azure OpenAI GPT-4o
24+
25+
**Azure OpenAI GPT-4o** is a multimodal model designed to handle lightweight tasks.
26+
27+
## モデルの詳細
28+
29+
| 項目 || 説明 |
30+
| ------------- | ----------------------- | ---------------------------------------------------------------------------------- |
31+
| モデル名 | **GPT-4o** | モデルの名前。 |
32+
| APIモデル名 | `azure__openai__gpt_4o` | [Box AI APIでのモデルの上書き][overrides]に使用されるモデルの名前。APIを動作させるには、ユーザーがこの名前を正確に指定する必要があります。 |
33+
| ホスティングレイヤー | **Microsoft Azure** | LLMを安全にホストする、信頼できる組織。 |
34+
| モデルプロバイダ | **Microsoft Azure** | このモデルを提供する組織。 |
35+
| リリース日 | **2024年5月13日** | モデルのリリース日。 |
36+
| ナレッジカットオフ日 | **2023年9月** | モデルが情報の更新を取得しなくなった日付。 |
37+
| 入力コンテキストウィンドウ | **128,000トークン** | 入力コンテキストウィンドウでサポートされるトークン数。 |
38+
| 出力トークンの最大数 | **2,000トークン** | 1回のリクエストでモデルが生成できるトークン数。 |
39+
| 経験に基づいたスループット | **87.5** | モデルが1秒あたりに生成できるトークン数。 |
40+
| オープンソース | **いいえ** | モデルのコードを一般公開するかどうかを指定します。 |
41+
42+
## その他のドキュメント
43+
44+
For additional information, see [official Azure OpenAI GPT-4o documentation][azure-ai-mini-4o-model].
45+
46+
[azure-ai-mini-4o-model]: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models?tabs=python-secure#gpt-4o-and-gpt-4-turbo
47+
48+
[overrides]: g://box-ai/ai-agents/ai-agent-overrides

guides/box-ai/ai-models/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: guide
1515
total_steps: 12
1616
sibling_id: box-ai
1717
parent_id: box-ai
18-
next_page_id: box-ai/ai-models/azure-openai-gpt-4o-2024-05-13-model-card
18+
next_page_id: box-ai/ai-models/azure-openai-gpt-4o-model-card
1919
previous_page_id: ''
2020
source_url: >-
2121
https://github.com/box/developer.box.com/blob/main/content/guides/box-ai/ai-models/index.md
@@ -36,7 +36,7 @@ APIコールで`model`パラメータを使用する際は、各タイルおよ
3636

3737
<Message type="notice">
3838

39-
このリストはモデルの提供状況により変更される可能性があります。**プレビュー**モードで提供されているモデルはパフォーマンスが大規模にテストされておらず、現状のままの利用となるため、モデル/出力の品質、可用性、精度には変動がある可能性があります
39+
このリストはモデルの提供状況により変更される可能性があります。**プレビュー**モードで提供されているモデルはパフォーマンスが大規模にテストされておらず、現状のままの利用となるため、モデル/出力の品質、可用性、精度にはばらつきがある可能性があります
4040

4141
</Message>
4242

guides/cli/scripts/report-inactive-users.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,13 @@ pwsh
129129
スクリプトの実行が完了すると、以下のような出力が表示されます。
130130

131131
```bash
132-
Transfered employee content Managed User 1
133-
with User ID: 19927131476 to Employee Archive Folder
134-
Deleted user 19927131476
135-
Deleted employee Managed User 1
132+
Looking for users inactive for more than 3 days.
133+
Found 6 users.
134+
Found 7 events in last 3 days
135+
Enterprise has: 0 App user, 6 regular users. With 1 admin role, 5 user roles.
136+
Need to check 5 users (regular user, with user role) for inactive.
137+
Found 5 users inactive for more than 3 days.
138+
Report is available at InactiveUsers.csv
136139

137140
```
138141

guides/cli/scripts/user-zones-mass-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ pwsh
161161

162162
### オプションのフラグ
163163

164-
シミュレーションモードでスクリプトを実行するには、`simulate`ブール値フラグを追加します。
164+
シミュレーションモードでスクリプトを実行するには、`DryRun`ブール値フラグを追加します。仮実行では、APIコールが行われないというわけではありませんが、作成/更新/削除の呼び出しはすべてスキップされます
165165

166166
```bash
167167
./Mass_Update_User_Zones.ps1 -DryRun

guides/embed/ui-elements/theming-styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Boxでは、カスタマイズの目的でデザイントークンを使用し
6262

6363
<!--alex ignore -->
6464

65-
* グローバルカラーパレット - プライマリカラー、セカンダリカラー、アクセントカラーを選択します。
65+
* global color palette - select the primary, secondary, and accent colors
6666

6767
* 状態の色 - カーソルを合わせたとき、フォーカスしたとき、アクティブな場合、無効な場合など、状態を表す色を選択します。
6868

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
rank: 5
3+
related_endpoints: []
4+
related_guides:
5+
- tooling/sdks/salesforce
6+
required_guides: []
7+
related_resources: []
8+
alias_paths: []
9+
category_id: tooling
10+
subcategory_id: tooling/salesforce-toolkit
11+
is_index: false
12+
id: tooling/salesforce-toolkit/box-agents-package
13+
type: guide
14+
total_steps: 5
15+
sibling_id: tooling/salesforce-toolkit
16+
parent_id: tooling/salesforce-toolkit
17+
next_page_id: ''
18+
previous_page_id: tooling/salesforce-toolkit/ui-elements
19+
source_url: >-
20+
https://github.com/box/developer.box.com/blob/main/content/guides/tooling/salesforce-toolkit/box-agents-package.md
21+
fullyTranslated: true
22+
---
23+
# Box Agents Package
24+
25+
The [Box Agents 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 Agents Package references the methods by using the Box name space in Agentforce Actions.
26+
27+
## Methods in Agentforce Flows
28+
29+
The list below contains example [methods][methods] that can be invoked in Agentforce.
30+
31+
### Folder & File Management
32+
33+
* フォルダの作成
34+
* Create Folder Association
35+
* Create Folder for Record ID
36+
* Create Folder for Record ID from Template
37+
* Get Folder Contents by Folder ID
38+
* Get Folder ID by Record ID
39+
* Get Folder URL
40+
* フォルダの移動
41+
* Get Object Folder by Record ID
42+
* Get Record ID by Folder ID
43+
* Get URL for Folder
44+
45+
### Metadata Management
46+
47+
* Create Box Metadata by File ID
48+
* Create Box Metadata by Folder ID
49+
* Delete Box Metadata by File ID
50+
* Delete Box Metadata by Folder ID
51+
* Update Box Metadata by Folder ID
52+
* Get Box Metadata by File ID
53+
* Get Box Metadata by Folder ID
54+
55+
### コラボレーション
56+
57+
* Create Collaboration
58+
* Create Collaboration on Record
59+
* Edit Collaboration
60+
* Delete Collaboration
61+
62+
### Additional Actions
63+
64+
<!--alex ignore -->
65+
66+
* Create File from Attachment
67+
* Get DocGen Batch
68+
* Get Folder Associations by Salesforce Record ID
69+
* Get Metadata Cascade Policies by Folder ID
70+
* Get Metadata Cascade Policy by ID
71+
* Create Metadata Cascade Policy
72+
* Delete Metadata Cascade Policy
73+
* Create Slack Channel Mapping
74+
* Set Slack Channel Access Management Disabled
75+
<!--alex enable -->
76+
77+
[agentforce]: https://support.box.com/hc/en-us/articles/40370228349331-Installing-Box-for-Agentforce
78+
79+
[methods]: g://tooling/salesforce-toolkit/methods
80+
81+
[actions]: g://tooling/salesforce-toolkit/flow-actions

guides/tooling/salesforce-toolkit/flow-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ subcategory_id: tooling/salesforce-toolkit
1111
is_index: false
1212
id: tooling/salesforce-toolkit/flow-actions
1313
type: guide
14-
total_steps: 4
14+
total_steps: 5
1515
sibling_id: tooling/salesforce-toolkit
1616
parent_id: tooling/salesforce-toolkit
1717
next_page_id: tooling/salesforce-toolkit/ui-elements

guides/tooling/salesforce-toolkit/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
rank: 1
2+
rank: 0
33
related_endpoints: []
44
related_guides:
55
- tooling/sdks/salesforce
@@ -12,10 +12,10 @@ subcategory_id: tooling/salesforce-toolkit
1212
is_index: true
1313
id: tooling/salesforce-toolkit
1414
type: guide
15-
total_steps: 4
15+
total_steps: 5
1616
sibling_id: tooling
1717
parent_id: tooling
18-
next_page_id: tooling/salesforce-toolkit/samples
18+
next_page_id: tooling/salesforce-toolkit/methods
1919
previous_page_id: ''
2020
source_url: >-
2121
https://github.com/box/developer.box.com/blob/main/content/guides/tooling/salesforce-toolkit/index.md

0 commit comments

Comments
 (0)