mirror of
https://github.com/langgenius/dify.git
synced 2026-02-12 13:00:45 -05: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