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