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