UNPKG
auto-gpt-ts
Version:
latest (0.0.3)
0.0.3
0.0.2
my take of Auto-GPT in typescript
github.com/tuvia-r/auto-GPT-ts
tuvia-r/auto-GPT-ts
auto-gpt-ts
/
dist
/
commands
/
task-status.d.ts
4 lines
(3 loc)
•
101 B
TypeScript
View Raw
1
2
3
4
export
declare
class
TaskCompleteCommand
{
static
taskComplete
(
reason
:
string
):
Promise
<
void
>; }