Variable: E_INVALID_GEMINI_GENERATION_OPTIONS
ts
const E_INVALID_GEMINI_GENERATION_OPTIONS: CreatedException<[string]>;Defined in: src/batteries/generation/gemini/exceptions.ts:23
Thrown when the resolved adapter options fail validation against geminiGenerationOptionsSchema — e.g. a missing/empty model, an unknown option key, or an invalid responseModalities entry. Fatal: config bugs fail loud at construction time, not at generate/edit time.