mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Allow users to enter text in the middle of a chat #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -73,6 +73,7 @@ export interface Message {
|
||||
prompt?: string;
|
||||
id?: string;
|
||||
audio_binary?: string;
|
||||
data?: any;
|
||||
}
|
||||
|
||||
export interface IReferenceChunk {
|
||||
@ -102,6 +103,7 @@ export interface IAnswer {
|
||||
prompt?: string;
|
||||
id?: string;
|
||||
audio_binary?: string;
|
||||
data?: any;
|
||||
}
|
||||
|
||||
export interface Docagg {
|
||||
|
||||
Reference in New Issue
Block a user