3 references to TryGetSchemaType
Microsoft.Extensions.AI.Abstractions (3)
Utilities\AIJsonUtilities.Schema.Create.cs (3)
468if (TryGetSchemaType(obj, out string? schemaType, out _) && schemaType is "string") 482if (TryGetSchemaType(obj, out string? schemaType, out _) && schemaType is "string") 609if (TryGetSchemaType(obj, out string? schemaType, out _) && schemaType is "string")