MCPcopy Create free account
hub / github.com/SalesforceAIResearch/perfcodegen / delete_file

Method delete_file

src/model.py:54–57  ·  view source on GitHub ↗
(self, file_id)

Source from the content-addressed store, hash-verified

52 return response
53
54 def delete_file(self, file_id):
55 response = self.client.files.delete(file_id)
56 print(response)
57 return response
58
59 def download_file(self, batch_id):
60 response = self.client.batches.retrieve(batch_id)

Callers 1

delete_fileFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected