ChatTurnDetails.CacheHit Propriedade

Definição

Obtém ou define um valor que indica se a resposta do modelo foi recuperada do cache.

public:
 property Nullable<bool> CacheHit { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? CacheHit { get; set; }
member this.CacheHit : Nullable<bool> with get, set
Public Property CacheHit As Nullable(Of Boolean)

Valor da propriedade

Comentários

Retorna null se o cache de resposta foi desabilitado.

Aplica-se a