@squidcloud/client 1.0.356 → 1.0.357

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.
@@ -20,7 +20,7 @@ export interface AiFunctionIdWithContext {
20
20
  */
21
21
  name: AiFunctionId;
22
22
  /** A record of contextual data associated with the function call. */
23
- context: Record<string, unknown>;
23
+ context?: Record<string, unknown>;
24
24
  /** A list of predefined parameter values for the AI function. These parameters are hidden from the AI. */
25
25
  predefinedParameters?: Record<string, unknown>;
26
26
  }
@@ -2,4 +2,4 @@
2
2
  * The current version of the SquidCloud client package.
3
3
  * @category Platform
4
4
  */
5
- export declare const SQUIDCLOUD_CLIENT_PACKAGE_VERSION = "1.0.356";
5
+ export declare const SQUIDCLOUD_CLIENT_PACKAGE_VERSION = "1.0.357";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/client",
3
- "version": "1.0.356",
3
+ "version": "1.0.357",
4
4
  "description": "A typescript implementation of the Squid client",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",