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