@nhtio/adk/batteries/llm/chat_common/exceptions
Shared, wire-shape-agnostic exceptions for the on-device LLM batteries.
Remarks
INTERNAL to the bundled LLM batteries (no public subpath of its own) — re-exported from each on-device battery's public barrel. Holds exceptions that are NOT specific to one battery's wire shape; today, the WebGPU out-of-memory signal that both transformers.js and LiteRT-LM can hit on the ONNX Runtime Web / WebGPU execution provider.
Variables
| Variable | Description |
|---|---|
| E_LLM_GPU_OUT_OF_MEMORY | Raised when the WebGPU execution provider exhausts the device's GPU memory budget during generation. |