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