(feat:attach)state manage, follow camelCase

This commit is contained in:
ManishMadan2882
2025-06-06 18:54:50 +05:30
parent 3bae30c70c
commit 430822bae3
4 changed files with 18 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ export interface Query {
sources?: { title: string; text: string; link: string }[];
tool_calls?: ToolCallsType[];
error?: string;
attachments?: { id: string; filename: string }[];
attachments?: { id: string; fileName: string }[];
}
export interface RetrievalPayload {