FunctionInvocationContext.IsStreaming Proprietà

Definizione

Ottiene o imposta un valore che indica se la chiamata di funzione si sta verificando come parte di una GetStreamingResponseAsync(IEnumerable<ChatMessage>, ChatOptions, CancellationToken) chiamata anziché una GetResponseAsync(IEnumerable<ChatMessage>, ChatOptions, CancellationToken) chiamata.

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

Valore della proprietà

Si applica a