ChatTurnDetails.CacheHit Propriété

Définition

Obtient ou définit une valeur indiquant si la réponse du modèle a été récupérée à partir du 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)

Valeur de propriété

Remarques

Retourne null si la mise en cache de la réponse a été désactivée.

S’applique à