FunctionInvocationContext.Iteration Özellik

Tanım

Temel alınan istemciyle bu yinelemenin sayısını alır veya ayarlar.

public:
 property int Iteration { int get(); void set(int value); };
public int Iteration { get; set; }
member this.Iteration : int with get, set
Public Property Iteration As Integer

Özellik Değeri

Açıklamalar

İstemciye, sağlanan FunctionInvokingChatClient sohbet içeriği boyunca geçen ilk istek yineleme 1'dir. İstemci bir işlev çağrısı isteğiyle yanıt verirse, istemciye bir sonraki istek yineleme 2'dir ve bu şekilde devam eder.

Şunlara uygulanır