2 writes to IncludeSchemaKeyword
Microsoft.Extensions.AI.Abstractions (1)
ChatCompletion\ChatResponseFormat.cs (1)
24IncludeSchemaKeyword = true,
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
223IncludeSchemaKeyword = true,
4 references to IncludeSchemaKeyword
Microsoft.Extensions.AI.Abstractions (3)
Utilities\AIJsonUtilities.Schema.Create.cs (3)
135if (inferenceOptions.IncludeSchemaKeyword) 226if (inferenceOptions.IncludeSchemaKeyword) 355if (ctx.Path.IsEmpty && inferenceOptions.IncludeSchemaKeyword)
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
79Assert.False(options.IncludeSchemaKeyword);