2 references to _schemaCaches
Microsoft.Extensions.AI.AzureAIInference (2)
src\Libraries\Microsoft.Extensions.AI.Abstractions\Contents\FunctionCallHelpers.cs (2)
27/// <summary>Soft limit for how many items should be stored in the dictionaries in <see cref="_schemaCaches"/>.</summary> 194ConcurrentDictionary<FunctionParameterKey, JsonElement> cache = _schemaCaches.GetOrCreateValue(options);