2 writes to IncludeSchemaKeyword
Microsoft.Extensions.AI (1)
ChatCompletion\ChatClientStructuredOutputExtensions.cs (1)
25
IncludeSchemaKeyword
= true,
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
195
IncludeSchemaKeyword
= true,
4 references to IncludeSchemaKeyword
Microsoft.Extensions.AI.Abstractions (3)
Utilities\AIJsonUtilities.Schema.cs (3)
115
if (inferenceOptions.
IncludeSchemaKeyword
)
197
if (inferenceOptions.
IncludeSchemaKeyword
)
351
if (ctx.Path.IsEmpty && inferenceOptions.
IncludeSchemaKeyword
)
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
76
Assert.False(options.
IncludeSchemaKeyword
);