We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acda9a commit 017f5a4Copy full SHA for 017f5a4
1 file changed
src/deepset_mcp/api/search_history/protocols.py
@@ -13,9 +13,7 @@
13
class SearchHistoryResourceProtocol(Protocol):
14
"""Protocol defining the interface for search history resources."""
15
16
- async def list(
17
- self, limit: int = 10, after: str | None = None
18
- ) -> PaginatedResponse[SearchHistoryEntry]:
+ async def list(self, limit: int = 10, after: str | None = None) -> PaginatedResponse[SearchHistoryEntry]:
19
"""List search history entries in the workspace.
20
21
:param limit: Maximum number of entries to return per page.
0 commit comments