当 AI 生成回复后,Shulex 会调用 UI 中配置的Documentation Index
Fetch the complete documentation index at: https://beaver.voc.ai/llms.txt
Use this file to discover all available pages before exploring further.
replyUrl。
请求格式
默认 HTML 回调体
replyFormat 未配置或配置为 HTML 时,回调体如下:
TEXT 回调体
replyFormat 配置为 TEXT 时,Shulex 会先将 AI markdown 回复转成 HTML,再清洗为纯文本。
字段说明
| 字段 | 类型 | 说明 |
|---|---|---|
ticketId | string | 对应原始工单 ID |
reply | string | AI 生成的回复内容,格式由 replyFormat 决定 |
replyType | string | html 或 text |