@squidcloud/client 1.0.312 → 1.0.313

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.
@@ -156,6 +156,8 @@ export interface AiChatbotChatOptions {
156
156
  connectedIntegrations?: Array<AiConnectedIntegrationMetadata>;
157
157
  /** Current budget for nested or recursive AI chat calls per single prompt. */
158
158
  quotas?: AiChatPromptQuotas;
159
+ /** Include metadata in the context */
160
+ includeMetadata?: boolean;
159
161
  }
160
162
  export interface AiObserveStatusOptions {
161
163
  /** A unique chat ID for the conversation. */
@@ -1 +1 @@
1
- export declare const SQUIDCLOUD_CLIENT_PACKAGE_VERSION = "1.0.312";
1
+ export declare const SQUIDCLOUD_CLIENT_PACKAGE_VERSION = "1.0.313";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/client",
3
- "version": "1.0.312",
3
+ "version": "1.0.313",
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",