UNPKG

@promptbook/remote-server

Version:

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

9 lines (8 loc) 404 B
import type { ToolFunction } from '../../scripting/javascript/JavascriptExecutionToolsOptions'; import type { string_javascript_name } from '../../types/string_person_fullname'; /** * Gets Google Calendar tool function implementations. * * @private function of UseCalendarCommitmentDefinition */ export declare function createUseCalendarToolFunctions(): Record<string_javascript_name, ToolFunction>;