Interface OutputParserAutofixingNodeParameters

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

Properties§

Source§

readonly options?: { prompt?: string }

Default: {}