mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 02:35:55 +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({
|
||||
type: "search",
|
||||
status: "processing",
|
||||
message: `Generating search queries for "${currentTopic}"`,
|
||||
message: `Generating deeper search queries for "${currentTopic}"`,
|
||||
timestamp: new Date().toISOString(),
|
||||
depth: state.getCurrentDepth(),
|
||||
});
|
||||
@ -191,7 +191,7 @@ export async function performDeepResearch(options: DeepResearchServiceOptions) {
|
||||
await state.addActivity({
|
||||
type: "analyze",
|
||||
status: "processing",
|
||||
message: "Analyzing findings",
|
||||
message: "Analyzing findings and planning next steps",
|
||||
timestamp: new Date().toISOString(),
|
||||
depth: state.getCurrentDepth(),
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user