FunctionInvocationContext.IsStreaming プロパティ

定義

GetStreamingResponseAsync(IEnumerable<ChatMessage>, ChatOptions, CancellationToken)呼び出しとは対照的に、関数呼び出しがGetResponseAsync(IEnumerable<ChatMessage>, ChatOptions, CancellationToken)呼び出しの一部として発生しているかどうかを示す値を取得または設定します。

public:
 property bool IsStreaming { bool get(); void set(bool value); };
public bool IsStreaming { get; set; }
member this.IsStreaming : bool with get, set
Public Property IsStreaming As Boolean

プロパティ値

適用対象