2 references to GetJsonSchemaAsNode
dotnet (1)
CliSchema.cs (1)
94var node = s_jsonContext.Options.GetJsonSchemaAsNode(typeof(RootCommandDetails), new JsonSchemaExporterOptions());
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonUtilities.Schema.Create.cs (1)
268return serializerOptions.GetJsonSchemaAsNode(type, exporterOptions);