Package version:

Interface QueryRewritesValuesDebugInfo

Contains debugging information specific to query rewrites.

interface QueryRewritesValuesDebugInfo {
    inputQuery?: string;
    rewrites?: string[];
}

Properties

inputQuery?: string

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?: string[]

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