Package version:

Type Alias QueryDebugMode

QueryDebugMode: string

Defines values for QueryDebugMode.
KnownQueryDebugMode can be used interchangeably with QueryDebugMode, this enum contains the known values that the service supports.

disabled: No query debugging information will be returned.
semantic: Allows the user to further explore their reranked results.
vector: Allows the user to further explore their hybrid and vector query results.
queryRewrites: Allows the user to explore the list of query rewrites generated for their search request.
all: Turn on all debug options.