UNPKG

@aige/core

Version:
18 lines (17 loc) 403 B
export declare const schema: { type: string; function: { name: string; description: string; parameters: { type: string; properties: { summary: { type: string; description: string; }; }; }; }; }; export declare const execute: (parameters: any) => any;