semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

.Net: Include request data when operation is cancelled

Open markwallace-microsoft opened this issue 1 year ago • 0 comments

Motivation and Context

Closes #7118

When request is cancelled due to configured Timeout on HttpClient, SK will throw KernelFunctionCanceledException. This change sets the Url, request payload etc. on the KernelFunctionCanceledException.

Description

Contribution Checklist

markwallace-microsoft avatar Jul 05 '24 22:07 markwallace-microsoft