@blueking/chat-helper 0.0.1-beta.31 → 0.0.1-beta.32

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.
@@ -154,7 +154,10 @@ import { MessageRole, MessageStatus } from '../message/index.ts.js';
154
154
  url: url || 'chat_completion/',
155
155
  method: 'POST',
156
156
  data: {
157
- session_code: sessionCode
157
+ session_code: sessionCode,
158
+ execute_kwargs: {
159
+ stream: true
160
+ }
158
161
  },
159
162
  controller: abortController,
160
163
  onDone,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/chat-helper",
3
- "version": "0.0.1-beta.31",
3
+ "version": "0.0.1-beta.32",
4
4
  "description": "",
5
5
  "main": "./dist/index.ts.js",
6
6
  "types": "./dist/index.d.ts",