Files
dify-docs/ja-jp/guides/workflow/node/tools.mdx
2025-07-16 16:42:34 +08:00

44 lines
1.9 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: ツール
version: '日本語'
---
### 定義
ワークフロー内で豊富なツール選択が提供されており、ツールは3つのタイプに分かれています
* **ビルトインツール**、Difyファーストパーティが提供するツール
* **カスタムツール**、OpenAPI/Swagger標準フォーマットでインポートまたは設定されたツール
* **ワークフロー**、ツールとして公開されたワークフロー
ビルトインツールを使用する前に、ツールに **認可** を行う必要があるかもしれません。
ビルトインツールが使用要求を満たさない場合は、**Dify メニュー ナビゲーション --ツール** でカスタムツールを作成できます。
また、より複雑なワークフローを編成し、それをツールとして公開することもできます。
<Frame caption="ツール選択">
<img src="https://assets-docs.dify.ai/2024/12/34867b2d910d74d2671cd40287200480.png" alt="" />
</Frame>
ツールノードは他のノードと接続でき、[変数](/ja-jp/guides/workflow/variables)を通じてデータを処理および受け渡しすることができます。
<Frame caption="Google 検索ツールで外部知識を検索">
<img src="https://assets-docs.dify.ai/2024/12/39dc3b5881d9a5fe35b877971f70d3a6.png" alt="" />
</Frame>
### ワークフローをツールとして公開する
カスタムツールの作成とツールの設定方法については[ツール設定説明](/ja-jp/introduction)を参照してください。
{/*
Contributing Section
DO NOT edit this section!
It will be automatically generated by the script.
*/}
---
[このページを編集する](https://github.com/langgenius/dify-docs/edit/main/ja-jp/guides/workflow/node/tools.mdx) | [問題を報告する](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)