Disable load agent cache

This commit is contained in:
Haiping 2025-04-16 16:17:34 -05:00 committed by GitHub
parent e017c21dd3
commit 532c8da6e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ public partial class AgentService
{
public static ConcurrentDictionary<string, Dictionary<string, string>> AgentParameterTypes = new();
[SharpCache(10, perInstanceCache: true)]
// [SharpCache(10, perInstanceCache: true)]
public async Task<Agent> LoadAgent(string id, bool loadUtility = true)
{
if (string.IsNullOrEmpty(id) || id == Guid.Empty.ToString())