# Answer

Answer

Định nghĩa Nội dung Phản hồi trong một Quy trình Chatflow. Trong một trình soạn thảo văn bản, bạn có linh hoạt để xác định định dạng phản hồi. Điều này bao gồm việc tạo ra một khối văn bản cố định, sử dụng các biến đầu ra từ các bước trước đó làm nội dung phản hồi, hoặc kết hợp văn bản tùy chỉnh với biến để tạo ra phản hồi.

Nút Answer có thể được tích hợp một cách mượt mà tại bất kỳ điểm nào để đưa nội dung động vào các phản hồi trong cuộc đối thoại. Thiết lập này hỗ trợ chế độ cấu hình chỉnh sửa trực tiếp, cho phép cả văn bản và hình ảnh được sắp xếp cùng nhau. Các cấu hình bao gồm:

1. Xuất nội dung phản hồi từ một nút Mô hình Ngôn ngữ (LLM).
2. Xuất hình ảnh được tạo ra.
3. Xuất văn bản thuần túy.

Ví dụ 1: Xuất văn bản thuần túy.

<figure><img src="/files/sMDnVsaaDWg2mC2bzry8" alt=""><figcaption></figcaption></figure>

Ví dụ 2: Xuất hình ảnh và phản hồi từ LLM.

<figure><img src="/files/o8xug2A409sGro3KGoIH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/fr6iusUAGtTfEwBQACxV" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.chatx.vn/ii-tinh-nang-co-ban/quy-trinh-lam-viec/nodes/answer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
