UNPKG

@promptbook/openai

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

10 lines (9 loc) 425 B
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;