MCPcopy Create free account
hub / github.com/braincrew-lab/langconnect-client / DocumentDelete

Class DocumentDelete

langconnect/models/document.py:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 score: float
35
36class 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.")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected