IChatCopilot.DeleteContextAsync

IChatCopilot.DeleteContextAsync method

Asynchronously deletes the context.

public Task DeleteContextAsync(CancellationToken? cancellationToken = default)
ParameterTypeDescription
cancellationTokenNullable`1The cancellation token (optional).

Return Value

A task representing the asynchronous operation.

See Also