Skip to content

Commit

Permalink
refactor: Lint agents-api (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadaSalhab authored and github-actions[bot] committed Jan 11, 2025
1 parent 1d872e3 commit 1729c98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agents-api/agents_api/routers/docs/search_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1729c98

Please sign in to comment.