Skip to content

AgentChat AI 对话

🚧 开发中

AI 聊天组件,支持:

  • Markdown 渲染
  • Stream 流式输出
  • 文件上传
  • Agent 切换
  • 引用知识库

计划 API

vue
<template>
  <NAgentChat :agent-id="agentId" @send="handleSend" />
</template>