check If Document Is Already Ingested
abstract suspend fun checkIfDocumentIsAlreadyIngested(documentId: String, fileHash: String): AiAssistantRemoteClient.AiAssistantResponse<None>
Checks if a document is already ingested by verifying its ID and file hash.
Return
The result of the check operation.
Parameters
document Id
The ID of the document.
file Hash
The hash of the file.