QueryConstructorRunnableOptions: {
    attributeInfo: AttributeInfo[];
    documentContents: string;
    llm: Toolkit;
    allowedComparators?: Toolkit[];
    allowedOperators?: Toolkit[];
    examples?: Toolkit[];
}

A type that represents options for the query constructor chain.

Type declaration

Generated using TypeDoc