1 instantiation of AIJsonSchemaCreateContext
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonUtilities.Schema.cs (1)
248
AIJsonSchemaCreateContext ctx =
new
(schemaExporterContext);
4 references to AIJsonSchemaCreateContext
Microsoft.Extensions.AI.Abstractions (4)
Utilities\AIJsonSchemaCreateOptions.cs (1)
22
public Func<
AIJsonSchemaCreateContext
, JsonNode, JsonNode>? TransformSchemaNode { get; init; }
Utilities\AIJsonUtilities.Schema.cs (3)
248
AIJsonSchemaCreateContext
ctx = new(schemaExporterContext);
383
private static bool TypeIsIntegerWithStringNumberHandling(
AIJsonSchemaCreateContext
ctx, JsonObject schema)
476
public Func<
AIJsonSchemaCreateContext
, JsonNode, JsonNode>? TransformSchemaNode { get; }