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