6 references to TransformSchemaCore
Microsoft.Extensions.AI.Abstractions (6)
Utilities\AIJsonUtilities.Schema.Transform.cs (6)
40return TransformSchemaCore(schema, transformOptions, path); 75properties[prop.Key] = TransformSchemaCore(prop.Value, transformOptions, path); 85schemaObj[ItemsPropertyName] = TransformSchemaCore(itemsSchema, transformOptions, path); 93schemaObj[AdditionalPropertiesPropertyName] = TransformSchemaCore(additionalProps, transformOptions, path); 100schemaObj[NotPropertyName] = TransformSchemaCore(notSchema, transformOptions, path); 114JsonNode element = TransformSchemaCore(combinatorArray[i], transformOptions, path);