FunctionInvocationContext.IsStreaming Propriedade

Definição

Obtém ou define um valor que indica se a invocação de função está ocorrendo como parte de uma GetStreamingResponseAsync(IEnumerable<ChatMessage>, ChatOptions, CancellationToken) chamada em vez de uma GetResponseAsync(IEnumerable<ChatMessage>, ChatOptions, CancellationToken) chamada.

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

Valor da propriedade

Aplica-se a