@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
10 lines (9 loc) • 425 B
TypeScript
import type { CommitmentToolFunctions } from './commitmentToolFunctions';
/**
* Gets all function implementations provided by all commitments
*
* Note: This function is intended for browser use, there is also equivalent `getAllCommitmentsToolFunctionsForNode` for server use
*
* @public exported from `@promptbook/browser`
*/
export declare function getAllCommitmentsToolFunctionsForBrowser(): CommitmentToolFunctions;