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