interface XMLOutputParserFields {
    diff?: boolean;
    tags?: string[];
}

Hierarchy (view full)

Properties

Properties

diff?: boolean
tags?: string[]

Optional list of tags that the output should conform to. Only used in formatting of the prompt.

Generated using TypeDoc