3 writes to IncludeDetailedErrors
Microsoft.Extensions.AI.Tests (3)
ChatCompletion\FunctionInvokingChatClientTests.cs (3)
55
client.
IncludeDetailedErrors
= true;
523
s => 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
783
if (
IncludeDetailedErrors
&& result.Exception is not null)
Microsoft.Extensions.AI.Tests (3)
ChatCompletion\FunctionInvokingChatClientTests.cs (3)
38
Assert.False(client.
IncludeDetailedErrors
);
54
Assert.False(client.
IncludeDetailedErrors
);
56
Assert.True(client.
IncludeDetailedErrors
);