3 writes to IncludeDetailedErrors
Microsoft.Extensions.AI.Tests (3)
ChatCompletion\FunctionInvokingChatClientTests.cs (3)
56
client.
IncludeDetailedErrors
= true;
596
s => new FunctionInvokingChatClient(s) {
IncludeDetailedErrors
= detailedErrors });
1059
.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
817
if (
IncludeDetailedErrors
&& result.Exception is not null)
Microsoft.Extensions.AI.Tests (3)
ChatCompletion\FunctionInvokingChatClientTests.cs (3)
38
Assert.False(client.
IncludeDetailedErrors
);
55
Assert.False(client.
IncludeDetailedErrors
);
57
Assert.True(client.
IncludeDetailedErrors
);