UNPKG

@aige/core

Version:
19 lines (18 loc) 433 B
export declare const schema: { type: string; function: { name: string; description: string; parameters: { type: string; required: string[]; properties: { class: { type: string; description: string; }; }; }; }; }; export declare const execute: (parameters: any) => any;