Update deep-research-service.ts
This commit is contained in:
@@ -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(),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user