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

31 lines
1.3 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: 回答
---
### 定義
チャットフローアプリのプロセス内で返信内容を定義します。
テキストエディタを使用して返信フォーマットを自由に定義できます。固定のテキスト内容をカスタマイズしたり、前のステップで出力された変数を返信内容として使用したり、カスタマイズしたテキストと変数を組み合わせて返信することができます。
ノードを随時追加して内容をストリーミング形式で会話に返信し、所見即所得の設定モードをサポートし、テキストと画像の混在も可能です。例えば:
1. LLMードの返信内容を出力
2. 生成された画像を出力
3. 純テキストを出力
<Info>
直接返信ノードは最終出力ノードとして使用しなくてもよく、プロセスの中間ステップでストリーミング出力結果を出力することができます。
</Info>
{/*
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/answer.mdx) | [問題を報告する](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)