| 34 | score: float |
| 35 | |
| 36 | class DocumentDelete(BaseModel): |
| 37 | document_ids: Optional[list[str]] = Field(None, description="List of document IDs to delete.") |
| 38 | file_ids: Optional[list[str]] = Field(None, description="List of file IDs to delete all associated documents.") |
nothing calls this directly
no outgoing calls
no test coverage detected