Interface OutputParserAutofixingNodeParameters

Source
interface OutputParserAutofixingNodeParameters {
    options?: { prompt?: string };
}

Properties§

§readonly options?: { ... }

Default: {}