2 writes to IncludeDetailedErrors
Microsoft.Extensions.AI.Tests (2)
ChatCompletion\FunctionInvokingChatClientTests.cs (2)
450s => new FunctionInvokingChatClient(s) { IncludeDetailedErrors = detailedErrors }); 913.UseFunctionInvocation(configure: c => { c.AllowConcurrentInvocation = true; c.IncludeDetailedErrors = true; });
3 references to IncludeDetailedErrors
Microsoft.Extensions.AI (2)
ChatCompletion\FunctionInvokingChatClient.cs (2)
185/// controlled by <see cref="IncludeDetailedErrors"/>). This allows the <see cref="IChatClient"/> to 774if (IncludeDetailedErrors && result.Exception is not null)
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\FunctionInvokingChatClientTests.cs (1)
37Assert.False(client.IncludeDetailedErrors);