mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 17:45:58 +08:00
Update deep-research-service.ts
This commit is contained in:
parent
aa54fd1658
commit
9eb25786dc
@ -56,7 +56,7 @@ export async function performDeepResearch(options: DeepResearchServiceOptions) {
|
|||||||
await state.addActivity({
|
await state.addActivity({
|
||||||
type: "search",
|
type: "search",
|
||||||
status: "processing",
|
status: "processing",
|
||||||
message: `Generating search queries for "${currentTopic}"`,
|
message: `Generating deeper search queries for "${currentTopic}"`,
|
||||||
timestamp: new Date().toISOString(),
|
timestamp: new Date().toISOString(),
|
||||||
depth: state.getCurrentDepth(),
|
depth: state.getCurrentDepth(),
|
||||||
});
|
});
|
||||||
@ -191,7 +191,7 @@ export async function performDeepResearch(options: DeepResearchServiceOptions) {
|
|||||||
await state.addActivity({
|
await state.addActivity({
|
||||||
type: "analyze",
|
type: "analyze",
|
||||||
status: "processing",
|
status: "processing",
|
||||||
message: "Analyzing findings",
|
message: "Analyzing findings and planning next steps",
|
||||||
timestamp: new Date().toISOString(),
|
timestamp: new Date().toISOString(),
|
||||||
depth: state.getCurrentDepth(),
|
depth: state.getCurrentDepth(),
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user