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