Feat: Send data to compare the performance of different models' answers #3221 (#9477)

### What problem does this PR solve?

Feat: Send data to compare the performance of different models' answers
#3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-08-14 16:57:35 +08:00
committed by GitHub
parent f2806a8332
commit 9cd09488ca
8 changed files with 355 additions and 34 deletions

View File

@ -82,6 +82,7 @@ export interface Message {
audio_binary?: string;
data?: any;
files?: File[];
chatBoxId?: string;
}
export interface IReferenceChunk {
@ -117,6 +118,7 @@ export interface IAnswer {
id?: string;
audio_binary?: string;
data?: any;
chatBoxId?: string;
}
export interface Docagg {