UNPKG

@promptbook/remote-server

Version:

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

9 lines (8 loc) 396 B
import type { ToolFunction } from '../../scripting/javascript/JavascriptExecutionToolsOptions'; import type { string_javascript_name } from '../../types/string_person_fullname'; /** * Creates runtime wallet tool function implementations. * * @private function of WalletCommitmentDefinition */ export declare function createWalletToolFunctions(): Record<string_javascript_name, ToolFunction>;