@xsai/shared-chat 0.4.1 → 0.4.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -158,6 +158,8 @@ interface ChatOptions extends CommonRequestOptions {
158
158
  */
159
159
  frequencyPenalty?: number;
160
160
  messages: Message[];
161
+ /** Whether to enable parallel function calling during tool use. */
162
+ parallelToolCalls?: boolean;
161
163
  /**
162
164
  * number between -2.0 and 2.0.
163
165
  * @default 0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xsai/shared-chat",
3
3
  "type": "module",
4
- "version": "0.4.1",
4
+ "version": "0.4.3",
5
5
  "description": "extra-small AI SDK.",
6
6
  "author": "Moeru AI",
7
7
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  "dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@xsai/shared": "~0.4.1"
32
+ "@xsai/shared": "~0.4.3"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "pkgroll"