UNPKG

@promptbook/openai

Version:

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

11 lines (10 loc) 498 B
import { ToolFunction } from '../../_packages/types.index'; import { string_javascript_name } from '../../types/typeAliases'; /** * 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(): Record<string_javascript_name, ToolFunction>;