ChatTurnDetails.Latency Property

Definition

Gets or sets the duration between the time when the request was sent to the LLM and the time when the response was received for the chat conversation turn.

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

Property Value

Applies to