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 7, 2024
1 parent 255fc89 commit f8c3518
Show file tree
Hide file tree
Showing 14 changed files with 86 additions and 86 deletions.
4 changes: 2 additions & 2 deletions guides/box-ai/ai-agents/get-agent-default-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ source_url: >-
https://github.com/box/developer.box.com/blob/main/content/guides/box-ai/ai-agents/get-agent-default-config.md
fullyTranslated: true
---
# Get default AI agent configuration
# AIエージェントのデフォルト構成を取得する

<Message type="notice">

Box AI API is currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI API is available to all Enterprise Plus customers.
Box AI APIは、現在、BoxのMain Beta Agreementに従い提供されるベータ機能のため、利用可能な機能が変更される可能性があります。Box AI APIは、Enterprise Plusをご利用のすべてのお客様が利用できます。

</Message>

Expand Down
2 changes: 1 addition & 1 deletion guides/box-ai/ai-agents/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source_url: >-
https://github.com/box/developer.box.com/blob/main/content/guides/box-ai/ai-agents/index.md
fullyTranslated: true
---
# AI agent configuration
# AIエージェントの構成

デフォルトのエージェント構成を上書きし、独自のカスタム設定を導入するには、[`POST /2.0/ai/ask`][ask]リクエストおよび[`POST /2.0/ai/text_gen`][text-gen]リクエストで利用可能な`ai_agent`パラメータを使用できます。

Expand Down
4 changes: 2 additions & 2 deletions guides/box-ai/ask-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fullyTranslated: true

<Message type="notice">

Box AI API is currently a beta feature offered subject to Box’s Main Beta Agreement, and the available capabilities may change. Box AI API is available to all Enterprise Plus customers.
Box AI APIは、現在、BoxのMain Beta Agreementに従い提供されるベータ機能のため、利用可能な機能が変更される可能性があります。Box AI APIは、Enterprise Plusをご利用のすべてのお客様が利用できます。

</Message>

Expand Down Expand Up @@ -53,7 +53,7 @@ Box AI APIを使用すると、指定した1ファイルまたは一連のファ
| `dialogue_history.prompt` | 以前にクライアントによって提供され、大規模言語モデル (LLM) が回答したプロンプト。 | `Make my email about public APIs sound more professional` | |
| `dialogue_history.answer` | 以前にLLMから提供された回答。 | `Here is a draft of your professional email about public APIs.` | |
| `dialogue_history.created_at` | プロンプトに対する前回の回答が作成された時点のISO日付形式のタイムスタンプ。 | `2012-12-12T10:53:43-08:00` | |
| `include_citations` | Specifies if the citations should be returned in the answer. | `true`, `false` | `true` |
| `include_citations` | 回答で引用情報を返すかどうかを指定します。 | `true`, `false` | `true` |
| **`items.id`** | 入力データとして指定するBoxファイルID。 | | `112233445566` |
| **`items.type`** | 指定した入力データのタイプ。現在は、1つのファイルまたは複数のファイルを指定できます。 | `file` | `file` |
| `items.content` | 項目のコンテンツ (多くの場合はテキストレプリゼンテーション)。 | | `An application programming interface (API) is a way for two or more computer programs or components to communicate with each other. It is a type of software interface...` |
Expand Down
Loading

0 comments on commit f8c3518

Please sign in to comment.