@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
8 lines (7 loc) • 318 B
TypeScript
import type { LlmToolDefinition } from '../../types/LlmToolDefinition';
/**
* Creates tool definitions required by WALLET commitment.
*
* @private function of WalletCommitmentDefinition
*/
export declare function createWalletTools(existingTools: ReadonlyArray<LlmToolDefinition> | undefined): LlmToolDefinition[];