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
参照 https://x.ant.design/docs/react/model-use-qwen-cn 模型接入文档
直接调用上面示例文档中 agent.request 可以发出消息,但是得到的消息只能在 onUpdate 中拿到,无法配合 useXChat 使用 使用配合 useXChat 的 onRequest 时,发送的消息格式就有问题
No response
1.0.0
Chrome
The text was updated successfully, but these errors were encountered:
感谢反馈,首先对于类型错误 useXAgent 支持传入范型参数,应该可以解决你的问题
useXAgent
import { useXAgent } from '@ant-design/x'; const [agent] = useXAgent<YourMessageType>(...);
后续 Action:我会将该文档更新相关示例代码
Sorry, something went wrong.
直接调用上面示例文档中 agent.request 可以发出消息,但是得到的消息只能在 onUpdate 中拿到
对于这个问题,我没有能够复现。
使用配合 useXChat 的 onRequest 时,发送的消息格式就有问题
这里确定是一个 bug,我将对其进行修复,感谢反馈
直接调用上面示例文档中 agent.request 可以发出消息,但是得到的消息只能在 onUpdate 中拿到 对于这个问题,我没有能够复现。
不好意思,这里可能我说的不明确,重点其实是最后面的跟 useXChat 一起使用时,想着 agent 传给 useXChat 了,它调用也许也会更新 useXChat 的 message 数据
现在想来,这个应该是类似于一个独立的一次性请求函数,所以这条可以忽略
YumoImer
Successfully merging a pull request may close this issue.
重现步骤
参照 https://x.ant.design/docs/react/model-use-qwen-cn 模型接入文档
类型错误
openai 兼容
直接调用上面示例文档中 agent.request 可以发出消息,但是得到的消息只能在 onUpdate 中拿到,无法配合 useXChat 使用
使用配合 useXChat 的 onRequest 时,发送的消息格式就有问题
当前行为
No response
预期行为
No response
上下文
No response
版本
1.0.0
您在哪些浏览器上遇到了这个问题?
Chrome
The text was updated successfully, but these errors were encountered: