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