mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-22 16:36:47 +08:00
Fix: enhance reference handling in SessionChat component (#16571)
This commit is contained in:
@@ -266,7 +266,7 @@ export interface IAgentLogResponse {
|
||||
source: string;
|
||||
user_id: string;
|
||||
dsl: string;
|
||||
reference: IReference;
|
||||
reference: IReference[];
|
||||
name: string;
|
||||
version_title: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user