# 直接回复

### 定义

定义一个 Chatflow 流程中的回复内容。

你可以在文本编辑器中自由定义回复格式，包括自定义一段固定的文本内容、使用前置步骤中的输出变量作为回复内容、或者将自定义文本与变量组合后回复。

可随时加入节点将内容流式输出至对话回复，支持所见即所得配置模式并支持图文混排，如：

1. 输出 LLM 节点回复内容
2. 输出生成图片
3. 输出纯文本

**示例1：** 输出纯文本

<figure><img src="https://1288284732-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCdDIVDY6AtAz028MFT4d%2Fuploads%2FNXdxdUVmAVJeo1RgBe8h%2Foutput%20(2).png?alt=media&#x26;token=698dee44-a0d9-48d0-bf1d-25a900623332" alt=""><figcaption></figcaption></figure>

**示例2：** 输出图片+LLM回复

<figure><img src="https://1288284732-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCdDIVDY6AtAz028MFT4d%2Fuploads%2FfFd5pRCfr3w9AQgHelqB%2Fimage.png?alt=media&#x26;token=0fd9fabe-d002-46b3-ba49-6f3c28588fad" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1288284732-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCdDIVDY6AtAz028MFT4d%2Fuploads%2Fng4yHIyEajPRZwlDyhxx%2Fimage.png?alt=media&#x26;token=4fb52765-66d2-4a82-b501-9da1ae66e679" alt="" width="275"><figcaption></figcaption></figure>

{% hint style="info" %}
直接回复节点可以不作为最终的输出节点，作为流程过程节点时，可以在中间步骤流式输出结果。
{% endhint %}
