Update deep-research-service.ts

This commit is contained in:
Nicolas 2025-03-02 18:16:20 -03:00
parent aa54fd1658
commit 9eb25786dc

View File

@ -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(),
});