mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-12-01 01:23:14 +00:00
(feat: attach) handle them locally from message input
This commit is contained in:
@@ -13,6 +13,7 @@ export interface ConversationState {
|
||||
queries: Query[];
|
||||
status: Status;
|
||||
conversationId: string | null;
|
||||
attachments?: { fileName: string; id: string }[];
|
||||
}
|
||||
|
||||
export interface Answer {
|
||||
|
||||
Reference in New Issue
Block a user