cogito-client 1.0.8 → 1.0.10
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.
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -140,6 +140,10 @@ export declare interface CogitoSurfaceUpdate {
|
|
|
140
140
|
state: {
|
|
141
141
|
[k: string]: unknown;
|
|
142
142
|
};
|
|
143
|
+
/**
|
|
144
|
+
* If specified, will cause the AI to respond to the specified message
|
|
145
|
+
*/
|
|
146
|
+
userMessage?: string;
|
|
143
147
|
}
|
|
144
148
|
|
|
145
149
|
export declare interface CogitoSurfaceUpdatePayload {
|