UNPKG

@promptbook/remote-client

Version:

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

9 lines (8 loc) 298 B
import type { TODO_any } from '../../utils/organization/TODO_any'; import type { FormatParser } from '../_common/FormatParser'; /** * Definition for JSON format * * @private still in development [🏢] */ export declare const JsonFormatParser: FormatParser<string, string, TODO_any, TODO_any>;