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
版本信息: "@coze/api": "^1.0.20", 代码使用:
private get client() { return new CozeAPI({ token: this.getCozeToken, baseWsURL: COZE_CN_BASE_WS_URL, debug: true, }); } this.client.websockets.chat .create(option.botId, { maxRetries: 10, })
The text was updated successfully, but these errors were encountered:
版本信息: "@coze/api": "^1.0.20", 代码使用: private get client() { return new CozeAPI({ token: this.getCozeToken, baseWsURL: COZE_CN_BASE_WS_URL, debug: true, }); } this.client.websockets.chat .create(option.botId, { maxRetries: 10, })
应该是base url 设置有问题,国内是cn 结尾,海外是com结尾
Sorry, something went wrong.
No branches or pull requests
版本信息:
"@coze/api": "^1.0.20",
代码使用:
The text was updated successfully, but these errors were encountered: