Share via


SearchRequestQueryTypeOptions type

type SearchRequestQueryTypeOptions =
  | { queryType: "semantic"; semanticSearchOptions: SemanticSearchOptions }
  | { queryType?: "simple" | "full" }