7 references to MapJsonSchemaCore
Microsoft.Extensions.AI.Abstractions (7)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (7)
83JsonSchema schema = MapJsonSchemaCore(ref state, typeInfo); 166JsonSchema derivedSchema = MapJsonSchemaCore( 226schema = MapJsonSchemaCore(ref state, elementTypeInfo, customConverter: customConverter, cacheResult: false); 308JsonSchema propertySchema = MapJsonSchemaCore( 352JsonSchema items = MapJsonSchemaCore(ref state, elementTypeInfo, customNumberHandling: effectiveNumberHandling); 373JsonSchema items = MapJsonSchemaCore(ref state, elementTypeInfo, customNumberHandling: effectiveNumberHandling); 414JsonSchema valueSchema = MapJsonSchemaCore(ref state, valueTypeInfo, customNumberHandling: effectiveNumberHandling);