Merge branch 'release/e-1.12.1' into fix/enterprise-api-error-handling

This commit is contained in:
GareArc 2026-03-04 22:30:09 -08:00
commit 5afb24f461
No known key found for this signature in database

View File

@ -881,7 +881,7 @@ class ToolBuiltinProviderSetDefaultApi(Resource):
tenant_id=current_tenant_id,
user_id=current_user.id,
provider=provider,
id=args["id"],
id=payload.id,
account=current_user,
)