Interface OutputParserItemListNodeParameters

Source
interface OutputParserItemListNodeParameters {
    options?: {
        numberOfItems?: number;
        separator?: string;
    };
}

Properties§

§readonly options?: { ... }

Default: {}