ソースを参照

fix: no attribbute identity

Yeuoly 10 ヶ月 前
コミット
06412b37d3
共有1 個のファイルを変更した0 個の追加2 個の削除を含む
  1. 0 2
      api/core/tools/utils/configuration.py

+ 0 - 2
api/core/tools/utils/configuration.py

@@ -221,8 +221,6 @@ class ToolParameterConfigurationManager:
 
         return a deep copy of parameters with decrypted values
         """
-        if self.tool_runtime is None or self.tool_runtime.identity is None:
-            raise ValueError("tool_runtime is required")
 
         cache = ToolParameterCache(
             tenant_id=self.tenant_id,