Files
tasq/node_modules/agentic-flow/dist/agents/webResearchAgent.d.ts
T
2026-04-09 19:01:53 +08:00

4 lines
173 B
TypeScript

export declare function webResearchAgent(input: string, onStream?: (chunk: string) => void): Promise<{
output: string;
}>;
//# sourceMappingURL=webResearchAgent.d.ts.map