tasq/node_modules/agentic-flow/dist/agents/webResearchAgent.d.ts

4 lines
173 B
TypeScript

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