Преглед на файлове

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,