@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.
|
|
1
|
+
export declare const SQUIDCLOUD_CLIENT_PACKAGE_VERSION = "1.0.313";
|