Merge branch 'main' into fix/chore-fix

This commit is contained in:
Yeuoly
2024-12-24 21:28:56 +08:00
734 changed files with 7911 additions and 5007 deletions

View File

@ -29,7 +29,7 @@ class ToolProviderCredentialsCache:
except JSONDecodeError:
return None
return cached_provider_credentials
return dict(cached_provider_credentials)
else:
return None