Variable: E_OPENAI_GENERATION_MALFORMED_RESPONSE
ts
const E_OPENAI_GENERATION_MALFORMED_RESPONSE: CreatedException<[string]>;Defined in: src/batteries/generation/openai/exceptions.ts:60
Thrown when a 2xx response body cannot be parsed into the expected { data: [{ b64_json }] } shape (malformed JSON, missing/empty data, or an entry missing b64_json). Non-fatal. Printf arg: [detail].