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