1 write to TransformSchemaNode
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
155
TransformSchemaNode
= 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.
464
TransformSchemaNode = options.
TransformSchemaNode
;
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
48
Assert.Null(options.
TransformSchemaNode
);