1 write to TransformSchemaNode
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
155TransformSchemaNode = static (context, schema) =>
5 references to TransformSchemaNode
Microsoft.Extensions.AI.Abstractions (4)
Utilities\AIJsonSchemaCreateContext.cs (1)
18/// This struct is being passed to the user-provided <see cref="AIJsonSchemaCreateOptions.TransformSchemaNode"/>
Utilities\AIJsonUtilities.Schema.cs (3)
99/// unless a <see cref="AIJsonSchemaCreateOptions.TransformSchemaNode" /> delegate has been specified. 136/// unless a <see cref="AIJsonSchemaCreateOptions.TransformSchemaNode" /> delegate has been specified. 464TransformSchemaNode = options.TransformSchemaNode;
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
48Assert.Null(options.TransformSchemaNode);