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