IChatConversationMultipartLocalPart
Home > @gooddata/sdk-ui-gen-ai > IChatConversationMultipartLocalPart
IChatConversationMultipartLocalPart type
Chat local conversation multipart local part
Signature:
export type IChatConversationMultipartLocalPart = IChatConversationMultipartPart & {
reporting?: boolean;
saving?: boolean;
error?: {
name: string;
message: string;
};
objects?: TextContentObject[];
};
References: TextContentObject