UNPKG

@promptbook/remote-client

Version:

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

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