1 write to Exception
Microsoft.Extensions.AI (1)
ChatCompletion\FunctionInvokingChatClient.cs (1)
1646Exception = exception;
3 references to Exception
Microsoft.Extensions.AI (3)
ChatCompletion\FunctionInvokingChatClient.cs (3)
1092if (IncludeDetailedErrors && result.Exception is not null) 1094message = $"{message} Exception: {result.Exception.Message}"; 1100return new FunctionResultContent(result.CallContent.CallId, functionResult) { Exception = result.Exception };