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