ChatResetEvent
Home > @gooddata/sdk-ui-gen-ai > ChatResetEvent
ChatResetEvent type
A chat conversation clearing event.
Signature:
export type ChatResetEvent = BaseEvent & {
type: "chatReset";
};
References: BaseEvent
Home > @gooddata/sdk-ui-gen-ai > ChatResetEvent
A chat conversation clearing event.
Signature:
export type ChatResetEvent = BaseEvent & {
type: "chatReset";
};
References: BaseEvent