UNPKG

@promptbook/remote-server

Version:

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

13 lines (12 loc) 346 B
import type { string_semantic_version } from '../../types/string_sha256'; /** * Parsed BOOK_VERSION command * * @see ./bookVersionCommandParser.ts for more details * * @public exported from `@promptbook/editable` */ export type BookVersionCommand = { readonly type: 'BOOK_VERSION'; readonly bookVersion: string_semantic_version; };