Fix: enhance reference handling in SessionChat component (#16571)

This commit is contained in:
chanx
2026-07-02 17:48:48 +08:00
committed by GitHub
parent d31640a7a2
commit c44d56f1bb
2 changed files with 9 additions and 3 deletions

View File

@@ -266,7 +266,7 @@ export interface IAgentLogResponse {
source: string;
user_id: string;
dsl: string;
reference: IReference;
reference: IReference[];
name: string;
version_title: string;
}