UNPKG

@promptbook/remote-server

Version:

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

12 lines (11 loc) 445 B
import type { BookCommitment } from '../_base/BookCommitment'; import type { CommitmentDefinition } from '../_base/CommitmentDefinition'; /** * Gets a commitment definition by its type * * @param type The commitment type to look up * @returns The commitment definition or null if not found * * @public exported from `@promptbook/core` */ export declare function getCommitmentDefinition(type: BookCommitment): CommitmentDefinition | null;