ChatTurnDetails.Latency Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la durée entre l’heure à laquelle la demande a été envoyée au LLM et l’heure à laquelle la réponse a été reçue pour le tour de conversation de conversation.
public:
property TimeSpan Latency { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Latency { get; set; }
member this.Latency : TimeSpan with get, set
Public Property Latency As TimeSpan