2 references to _schemaCaches
Microsoft.Extensions.AI.Abstractions (2)
Utilities\AIJsonUtilities.Schema.cs (2)
33
/// <summary>Soft limit for how many items should be stored in the dictionaries in <see cref="
_schemaCaches
"/>.</summary>
163
ConcurrentDictionary<SchemaGenerationKey, JsonElement> cache =
_schemaCaches
.GetOrCreateValue(options);