FunctionInvocationContext.IsStreaming 속성

정의

함수 호출이 호출이 아닌 GetResponseAsync(IEnumerable<ChatMessage>, ChatOptions, CancellationToken) 호출의 GetStreamingResponseAsync(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

속성 값

적용 대상