UNPKG

@promptbook/remote-server

Version:

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

10 lines (9 loc) 422 B
import type { CommitmentToolFunctions } from './commitmentToolFunctions'; /** * Gets all function implementations provided by all commitments * * Note: This function is intended for server use, there is also equivalent `getAllCommitmentsToolFunctionsForBrowser` for browser use * * @public exported from `@promptbook/node` */ export declare function getAllCommitmentsToolFunctionsForNode(): CommitmentToolFunctions;