UNPKG

@promptbook/remote-server

Version:

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

11 lines (10 loc) 340 B
import type { BookCommitment } from '../_base/BookCommitment'; /** * Checks if a commitment type is supported * * @param type The commitment type to check * @returns True if the commitment type is supported * * @public exported from `@promptbook/core` */ export declare function isCommitmentSupported(type: BookCommitment): boolean;