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
/
improve-code.d.ts
4 lines
(3 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
export
declare
class
ImproveCodeCommand
{
static
improveCode
(
suggestions
:
string
[],
code
:
string
): Promise<
string
>; }