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

A type that represents options for the query constructor chain.

Type declaration

Generated using TypeDoc