(fix) source.link is new source.source

This commit is contained in:
ManishMadan2882
2025-05-17 01:41:29 +05:30
parent 23ebcf1065
commit 8edb217943
2 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ export interface Query {
conversationId?: string | null;
title?: string | null;
thought?: string;
sources?: { title: string; text: string; source: string }[];
sources?: { title: string; text: string; link: string }[];
tool_calls?: ToolCallsType[];
error?: string;
attachments?: { fileName: string; id: string }[];