2 references to RefPropertyName
Microsoft.Extensions.AI.Abstractions (2)
Utilities\AIJsonUtilities.Schema.cs (2)
238
if (parameterName is not null && objSchema.TryGetPropertyValue(
RefPropertyName
, out JsonNode? paramName))
247
objSchema[
RefPropertyName
] = (JsonNode)refUri;