@baishuyun/coze-provider 1.2.4 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +3 -3
- package/src/coze-language-model.ts +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baishuyun/coze-provider",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"typescript": "5.8.3",
|
|
33
33
|
"vite": "^5.1.4",
|
|
34
34
|
"vite-plugin-dts": "^4.5.4",
|
|
35
|
-
"@baishuyun/
|
|
36
|
-
"@baishuyun/
|
|
35
|
+
"@baishuyun/typescript-config": "2.0.1",
|
|
36
|
+
"@baishuyun/types": "3.0.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"zod": "^3.25.76 || ^4.1.8"
|
|
@@ -143,7 +143,7 @@ export class CozeLanguageModel implements LanguageModelV2 {
|
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
console.log('msssage send to coze', JSON.stringify(messages, null, 2));
|
|
146
|
+
// console.log('msssage send to coze', JSON.stringify(messages, null, 2));
|
|
147
147
|
const body = {
|
|
148
148
|
bot_id: this.config.botId,
|
|
149
149
|
auto_save_history: false,
|