AzureAISearchQueryType type

Tillgängliga frågetyper för Azure AI Search-verktyget.

type AzureAISearchQueryType =
  | "simple"
  | "semantic"
  | "vector"
  | "vector_simple_hybrid"
  | "vector_semantic_hybrid"