UNPKG

@promptbook/openai

Version:

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

14 lines (13 loc) 612 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; /** * Note: [??] Code in this file should never be never released in packages that could be imported into browser environment * TODO: [??] Unite `xxxForServer` and `xxxForNode` naming */