mirror of
https://github.com/langgenius/dify.git
synced 2026-02-23 03:17:57 +08:00
feat: mypy for all type check (#10921)
This commit is contained in:
@ -33,7 +33,7 @@ class ToolParameterCache:
|
||||
except JSONDecodeError:
|
||||
return None
|
||||
|
||||
return cached_tool_parameter
|
||||
return dict(cached_tool_parameter)
|
||||
else:
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user