diff --git a/agents-api/agents_api/routers/docs/search_docs.py b/agents-api/agents_api/routers/docs/search_docs.py index 39f17bacd..24c46da1c 100644 --- a/agents-api/agents_api/routers/docs/search_docs.py +++ b/agents-api/agents_api/routers/docs/search_docs.py @@ -134,7 +134,6 @@ async def search_agent_docs( search_params: (TextOnlyDocSearchRequest | VectorDocSearchRequest | HybridDocSearchRequest), agent_id: UUID, connection_pool: Any = None, # FIXME: Placeholder that should be removed - ) -> DocSearchResponse: """ Searches for documents associated with a specific agent.