Type alias QueryConstructorRunnableOptions
QueryConstructorRunnableOptions: { attributeInfo: AttributeInfo[]; documentContents: string; llm: BaseLanguageModelInterface; allowedComparators?: Comparator[]; allowedOperators?: Operator[]; examples?: InputValues[]; } Type declaration
documentContents: string
llm: BaseLanguageModelInterface
Optional
allowedComparators?: Comparator[]
Optional
allowedOperators?: Operator[]
Optional
examples?: InputValues[]
A type that represents options for the query constructor chain.