UNPKG

@nomyx/assistant-cli

Version:

A javascript-based assistant that can help you with your daily tasks

13 lines (11 loc) 286 B
class Command { persona: string; tools: any; schemas: any; constructor(public persona: string, public tools: any, public schemas: any) { this.command = command; } async: run(command: string): Promise<string> { // execute the command } }