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