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