UNPKG

@promptbook/remote-client

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

14 lines (13 loc) 371 B
/** * Names of tools used by the USE CALENDAR commitment. * * @private constant of UseCalendarCommitmentDefinition */ export declare const UseCalendarToolNames: { readonly listEvents: string; readonly getEvent: string; readonly createEvent: string; readonly updateEvent: string; readonly deleteEvent: string; readonly inviteGuests: string; };