UNPKG

@promptbook/remote-server

Version:

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

13 lines (12 loc) 301 B
/** * Names of tools used by the WALLET commitment. * * @private constant of WalletCommitmentDefinition */ export declare const WalletToolNames: { readonly retrieve: string; readonly store: string; readonly update: string; readonly delete: string; readonly request: string; };