UNPKG

auto-gpt-ts

Version:

my take of Auto-GPT in typescript

4 lines (3 loc) 122 B
export declare class ImproveCodeCommand { static improveCode(suggestions: string[], code: string): Promise<string>; }