cogito-client 1.0.10 → 1.0.11
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
|
@@ -144,6 +144,10 @@ export declare interface CogitoSurfaceUpdate {
|
|
|
144
144
|
* If specified, will cause the AI to respond to the specified message
|
|
145
145
|
*/
|
|
146
146
|
userMessage?: string;
|
|
147
|
+
/**
|
|
148
|
+
* If specified, will cause the surface type to change
|
|
149
|
+
*/
|
|
150
|
+
type?: string;
|
|
147
151
|
}
|
|
148
152
|
|
|
149
153
|
export declare interface CogitoSurfaceUpdatePayload {
|