UNPKG

@promptbook/remote-server

Version:

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

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