> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xpertai.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# 动作

<Warning>开发中</Warning>

<Info>
  在聊天中根据用户交互触发后端动作。
</Info>

动作让 ChatKit SDK 前端在用户未提交消息时触发流式响应，也可用于触发 ChatKit SDK 之外的副作用。

## 触发动作

### 响应用户与小组件的交互

通过将 ActionConfig 附加到所支持的小组件节点即可触发动作。例如，你可以响应按钮的点击事件。当用户点击该按钮时，动作会发送到你的服务器，你可以在服务器上更新小组件、运行推理、流式返回新的线程条目等。
