1 write to TransformSchemaNode
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonUtilities.Schema.cs (1)
228TransformSchemaNode = TransformSchemaNode,
3 references to TransformSchemaNode
Microsoft.Extensions.AI.Abstractions (3)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
472if (state.ExporterOptions.TransformSchemaNode != null)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (2)
455Debug.Assert(options.TransformSchemaNode != null, "context should only be populated if a callback is present."); 458return options.TransformSchemaNode!(context, schema);