@squidcloud/slack-client 1.0.451 → 1.0.452
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.
|
@@ -487,6 +487,8 @@ export interface BaseAiChatOptions {
|
|
|
487
487
|
fileIds?: string[];
|
|
488
488
|
/** Timeout in milliseconds for the entire chat request. Defaults to 240,000 (4 minutes). */
|
|
489
489
|
timeoutMs?: number;
|
|
490
|
+
/** Maximum number of tool-call iterations the model may perform in a single chat turn. Defaults to 50. */
|
|
491
|
+
maxToolIterations?: number;
|
|
490
492
|
}
|
|
491
493
|
/**
|
|
492
494
|
* Chat options specific to Gemini models, extending base options.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squidcloud/slack-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.452",
|
|
4
4
|
"description": "Squid Slack Client",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/client/src/index.d.ts",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"assertic": "^1.3.0",
|
|
21
21
|
"lodash": "^4.17.21",
|
|
22
|
-
"@squidcloud/client": "^1.0.
|
|
22
|
+
"@squidcloud/client": "^1.0.452",
|
|
23
23
|
"@slack/bolt": "^4.5.0"
|
|
24
24
|
},
|
|
25
25
|
"engines": {
|