QueryConstructorRunnableOptions: {
    allowedComparators?: Comparator[];
    allowedOperators?: Operator[];
    attributeInfo: AttributeInfo[];
    documentContents: string;
    examples?: InputValues[];
    llm: BaseLanguageModelInterface;
}

A type that represents options for the query constructor chain.