VIBN Frontend for Coolify deployment
This commit is contained in:
14
lib/types/chat-extraction.ts
Normal file
14
lib/types/chat-extraction.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { ChatExtractionData } from '@/lib/ai/chat-extraction-types';
|
||||
|
||||
export interface ChatExtractionRecord<TData = ChatExtractionData> {
|
||||
id: string;
|
||||
projectId: string;
|
||||
knowledgeItemId: string;
|
||||
data: TData;
|
||||
overallCompletion: number;
|
||||
overallConfidence: number;
|
||||
createdAt: FirebaseFirestore.Timestamp;
|
||||
updatedAt: FirebaseFirestore.Timestamp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user