Merge branch 'fix/chore-fix' into dev/plugin-deploy

This commit is contained in:
Yeuoly
2024-12-12 19:16:31 +08:00
7 changed files with 168 additions and 15 deletions

View File

@ -197,7 +197,7 @@ class ToolTransformService:
raise ValueError("user not found")
username = user.name
except Exception as e:
except Exception:
logger.exception(f"failed to get user name for api provider {db_provider.id}")
# add provider into providers
credentials = db_provider.credentials