Search answers
This commit is contained in:
@@ -54,6 +54,17 @@ export type SearchDetail = {
|
||||
requestId: string | null;
|
||||
latencyMs: number | null;
|
||||
error: string | null;
|
||||
answerText: string | null;
|
||||
answerRequestId: string | null;
|
||||
answerCitations: Array<{
|
||||
id?: string;
|
||||
url?: string;
|
||||
title?: string | null;
|
||||
publishedDate?: string | null;
|
||||
author?: string | null;
|
||||
text?: string | null;
|
||||
}> | null;
|
||||
answerError: string | null;
|
||||
results: SearchResultItem[];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user