mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-19 06:35:56 +08:00
fix: no attribbute identity
This commit is contained in:
parent
63665a5ff1
commit
06412b37d3
@ -221,8 +221,6 @@ class ToolParameterConfigurationManager:
|
|||||||
|
|
||||||
return a deep copy of parameters with decrypted values
|
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(
|
cache = ToolParameterCache(
|
||||||
tenant_id=self.tenant_id,
|
tenant_id=self.tenant_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user