mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
Merge branch 'main' of https://github.com/arc53/DocsGPT
This commit is contained in:
@@ -21,6 +21,7 @@ export interface Answer {
|
||||
result: string;
|
||||
conversationId: string | null;
|
||||
title: string | null;
|
||||
thought: string;
|
||||
sources: { title: string; text: string; source: string }[];
|
||||
tool_calls: ToolCallsType[];
|
||||
}
|
||||
@@ -31,6 +32,7 @@ export interface Query {
|
||||
feedback?: FEEDBACK;
|
||||
conversationId?: string | null;
|
||||
title?: string | null;
|
||||
thought?: string;
|
||||
sources?: { title: string; text: string; source: string }[];
|
||||
tool_calls?: ToolCallsType[];
|
||||
error?: string;
|
||||
|
||||
Reference in New Issue
Block a user