3 references to Path
Microsoft.Extensions.AI.Abstractions (3)
Utilities\AIJsonSchemaTransformContext.cs (3)
34public string? PropertyName => Path is [.., "properties", string name] ? name : null; 39public bool IsCollectionElementSchema => Path is [.., "items"]; 44public bool IsDictionaryValueSchema => Path is [.., "additionalProperties"];