2 references to TryGetSchemaType
Microsoft.Extensions.AI.Abstractions (2)
Utilities\AIJsonUtilities.Schema.Create.cs (2)
428
if (
TryGetSchemaType
(obj, out string? schemaType, out _) && schemaType is "string")
441
if (
TryGetSchemaType
(obj, out string? schemaType, out _) && schemaType is "string")