FunctionInvocationContext.Iteration プロパティ

定義

基になるクライアントとのこのイテレーションの数を取得または設定します。

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

プロパティ値

注釈

FunctionInvokingChatClientに提供されたチャット コンテンツに沿って渡されるクライアントへの最初の要求は、イテレーション 1 です。 クライアントが関数呼び出し要求で応答する場合、クライアントへの次の要求はイテレーション 2 などです。

適用対象