fix: no attribbute identity

This commit is contained in:
Yeuoly 2024-12-30 21:14:24 +08:00
parent 63665a5ff1
commit 06412b37d3

View File

@ -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,