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