MCPcopy
hub / github.com/algorithmicsuperintelligence/optillm / BatchingError

Class BatchingError

optillm/batching.py:35–37  ·  view source on GitHub ↗

Raised when batch processing fails

Source from the content-addressed store, hash-verified

33 approach: Optional[str] = None
34
35class BatchingError(Exception):
36 """Raised when batch processing fails"""
37 pass
38
39class RequestBatcher:
40 """

Callers 5

process_batch_requestsFunction · 0.90
_get_request_keyMethod · 0.85
_process_batchMethod · 0.85
add_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected