mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 19:39:16 +08:00
Update index.ts
This commit is contained in:
parent
ab8dcab6e2
commit
99e61c967c
@ -389,14 +389,19 @@ export interface DeepResearchResponse {
|
|||||||
export interface DeepResearchStatusResponse {
|
export interface DeepResearchStatusResponse {
|
||||||
success: boolean;
|
success: boolean;
|
||||||
data: {
|
data: {
|
||||||
findings: Array<{
|
|
||||||
text: string;
|
|
||||||
source: string;
|
|
||||||
}>;
|
|
||||||
finalAnalysis: string;
|
finalAnalysis: string;
|
||||||
analysis: string;
|
activities: Array<{
|
||||||
completedSteps: number;
|
type: string;
|
||||||
totalSteps: number;
|
status: string;
|
||||||
|
message: string;
|
||||||
|
timestamp: string;
|
||||||
|
depth: number;
|
||||||
|
}>;
|
||||||
|
sources: Array<{
|
||||||
|
url: string;
|
||||||
|
title: string;
|
||||||
|
description: string;
|
||||||
|
}>;
|
||||||
};
|
};
|
||||||
status: "processing" | "completed" | "failed";
|
status: "processing" | "completed" | "failed";
|
||||||
error?: string;
|
error?: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user