Share via


QueryRewritesValuesDebugInfo interface

Contains debugging information specific to query rewrites.

Properties

inputQuery

The input text to the generative query rewriting model. There may be cases where the user query and the input to the generative model are not identical. NOTE: This property will not be serialized. It can only be populated by the server.

rewrites

List of query rewrites. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

inputQuery

The input text to the generative query rewriting model. There may be cases where the user query and the input to the generative model are not identical. NOTE: This property will not be serialized. It can only be populated by the server.

inputQuery?: string

Property Value

string

rewrites

List of query rewrites. NOTE: This property will not be serialized. It can only be populated by the server.

rewrites?: string[]

Property Value

string[]