UNPKG

@promptbook/remote-server

Version:

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

11 lines (10 loc) 427 B
import type { TODO_any } from '../../utils/organization/TODO_any'; import type { FormatParser } from '../_common/FormatParser'; /** * Definition for any text - this will be always valid * * Note: This is not useful for validation, but for splitting and mapping with `subvalueParsers` * * @public exported from `@promptbook/core` */ export declare const TextFormatParser: FormatParser<string, string, TODO_any, TODO_any>;