diff --git a/backend/agent/tools/api_services_tool.py b/backend/agent/tools/api_services_tool.py index 9afdf0bb..e05ecdf2 100644 --- a/backend/agent/tools/api_services_tool.py +++ b/backend/agent/tools/api_services_tool.py @@ -1,5 +1,4 @@ import json -from typing import Dict, Any, Optional from agentpress.tool import Tool, ToolResult, openapi_schema, xml_schema from agent.tools.api_services.LinkedInService import LinkedInService