Skip to content

Commit 3ed52b3

Browse files
authored
chore: remove unused model (#184)
1 parent c208425 commit 3ed52b3

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/deepset_mcp/api/pipeline/models.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,6 @@ class PipelineLog(BaseModel):
136136
"Additional metadata fields associated with the log entry"
137137

138138

139-
class PipelineLogList(BaseModel):
140-
"""Model representing a paginated list of pipeline logs."""
141-
142-
data: list[PipelineLog]
143-
"List of pipeline log entries for the current page"
144-
has_more: bool
145-
"Whether there are more log entries available beyond this page"
146-
total: int
147-
"Total number of log entries across all pages"
148-
149-
150139
# Search-related models
151140

152141

0 commit comments

Comments
 (0)