Open
Description
🐛 bug 描述
onChatStart={(chat) => {
console.log('chat start', chat);
}}
onChatEnd={(id, type) => {
console.log('chat end', id);
console.log('chat end type', type);
}}
onChatGenerate={(chunkText) => {
console.log('chat generate', chunkText);
}}
这几个监听方法为什么不生效
📷 复现步骤
🏞 期望结果
💻 复现代码
© 版本信息
- @ant-design/pro-chat 版本: [e.g. 1.0.0]
- 浏览器环境
- 开发环境 [e.g. mac OS]
🚑 其他信息
Metadata
Metadata
Assignees
Labels
No labels