Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
35
class
BatchingError(Exception):
36
""
"Raised when batch processing fails"
""
37
pass
38
39
class
RequestBatcher:
40
""
"
Callers
5
process_batch_requests
Function · 0.90
_get_request_key
Method · 0.85
_validate_batch_compatibility
Method · 0.85
_process_batch
Method · 0.85
add_request
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected