4 references to Path
Microsoft.Extensions.AI.Abstractions (4)
Utilities\AIJsonUtilities.Schema.Create.cs (4)
266
string? localDescription = ctx.
Path
.IsEmpty && description is not null
344
if (ctx.
Path
.IsEmpty && hasDefaultValue)
356
if (ctx.
Path
.IsEmpty && inferenceOptions.IncludeSchemaKeyword)
636
if (ctx.
Path
.IsEmpty && parameter?.GetCustomAttribute<TAttribute>(inherit: true) is TAttribute attr)