@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
|
|
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
|
}
|