3 writes to IncludeDetailedErrors
Microsoft.Extensions.AI.Tests (3)
ChatCompletion\FunctionInvokingChatClientTests.cs (3)
55client.IncludeDetailedErrors = true; 523s => new FunctionInvokingChatClient(s) { IncludeDetailedErrors = detailedErrors }); 986.UseFunctionInvocation(configure: c => { c.AllowConcurrentInvocation = true; c.IncludeDetailedErrors = true; });
5 references to IncludeDetailedErrors
Microsoft.Extensions.AI (2)
ChatCompletion\FunctionInvokingChatClient.cs (2)
185/// controlled by <see cref="IncludeDetailedErrors"/>). This allows the <see cref="IChatClient"/> to 783if (IncludeDetailedErrors && result.Exception is not null)
Microsoft.Extensions.AI.Tests (3)
ChatCompletion\FunctionInvokingChatClientTests.cs (3)
38Assert.False(client.IncludeDetailedErrors); 54Assert.False(client.IncludeDetailedErrors); 56Assert.True(client.IncludeDetailedErrors);