UNPKG

auto-gpt-ts

Version:

my take of Auto-GPT in typescript

4 lines (3 loc) 101 B
export declare class TaskCompleteCommand { static taskComplete(reason: string): Promise<void>; }