ISummaryCopilot.GetSummaryAsync

ISummaryCopilot.GetSummaryAsync method

Asynchronously gets a summary.

public Task<string> GetSummaryAsync(CancellationToken? cancellationToken = default)
ParameterTypeDescription
cancellationTokenNullable`1The cancellation token (optional).

Return Value

A task representing the asynchronous operation with the summary string.

See Also