summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ja/custom-tools.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/ja/custom-tools.mdx')
-rw-r--r--packages/web/src/content/docs/ja/custom-tools.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/ja/custom-tools.mdx b/packages/web/src/content/docs/ja/custom-tools.mdx
index e321abee7..9b6dbdd6b 100644
--- a/packages/web/src/content/docs/ja/custom-tools.mdx
+++ b/packages/web/src/content/docs/ja/custom-tools.mdx
@@ -3,7 +3,7 @@ title: カスタムツール
description: LLM がopencodeで呼び出すことができるツールを作成します。
---
-カスタム ツールは、会話中に LLM が呼び出すことができる作成した関数です。これらは、opencode の組み込みツール ](/docs/tools) (`read`、`write`、`bash` など) と連携して動作します。
+カスタム ツールは、会話中に LLM が呼び出すことができる作成した関数です。これらは、opencode の[組み込みツール](/docs/tools) (`read`、`write`、`bash` など) と連携して動作します。
---
@@ -108,7 +108,7 @@ export default {
---
-### コンテクスト
+### Context
ツールは現在のセッションに関するコンテキストを受け取ります。