IChatConversationLocal
Home > @gooddata/sdk-ui-gen-ai > IChatConversationLocal
IChatConversationLocal type
Represents a local chat conversation that extends the base IChatConversation type. Includes additional optional properties specific to the local context.
Signature:
export type IChatConversationLocal = IChatConversation & {
localId: string;
generatingTitle?: boolean;
inProgress?: boolean;
};