We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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); }} 这几个监听方法为什么不生效
可复现 demo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 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);
}}
这几个监听方法为什么不生效
📷 复现步骤
🏞 期望结果
💻 复现代码
可复现 demo
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: