fix warnings

This commit is contained in:
jxxghp
2025-12-24 22:04:04 +08:00
parent fb2becc7f2
commit 515584d34c
2 changed files with 4 additions and 6 deletions

View File

@@ -100,7 +100,8 @@ class MoviePilotToolsManager:
return tool
return None
def _normalize_arguments(self, tool_instance: Any, arguments: Dict[str, Any]) -> Dict[str, Any]:
@staticmethod
def _normalize_arguments(tool_instance: Any, arguments: Dict[str, Any]) -> Dict[str, Any]:
"""
根据工具的参数schema规范化参数类型