balibabu
feat: fetch conversation and delete chat dialog (#69)
058cd84
raw
history blame
72 Bytes
export enum MessageType {
Assistant = 'assistant',
User = 'user',
}