@squidcloud/client 1.0.291 → 1.0.293

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.
@@ -112,6 +112,8 @@ export interface AiChatbotChatOptions {
112
112
  chatId?: string;
113
113
  /** Whether to disable history for the chat. Default to false. */
114
114
  disableHistory?: boolean;
115
+ /** Whether to disable the whole context for the request. Default to false. */
116
+ disableContext?: boolean;
115
117
  /** Whether to include references from the source context in the response. Default to false. */
116
118
  includeReference?: boolean;
117
119
  /** The format of the response from the AI model. Note that not all models support JSON format. Default to 'text'. */
@@ -1 +1 @@
1
- export declare const SQUIDCLOUD_CLIENT_PACKAGE_VERSION = "1.0.291";
1
+ export declare const SQUIDCLOUD_CLIENT_PACKAGE_VERSION = "1.0.293";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/client",
3
- "version": "1.0.291",
3
+ "version": "1.0.293",
4
4
  "description": "A typescript implementation of the Squid client",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/typescript-client/src/index.d.ts",