UNPKG

@promptbook/remote-server

Version:

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

12 lines (11 loc) 271 B
/** * Names of tools used by the MEMORY commitment. * * @private function of MemoryCommitmentDefinition */ export declare const MemoryToolNames: { readonly retrieve: string; readonly store: string; readonly update: string; readonly delete: string; };