fix(model-requirements): use supported variant for gemini-3-pro

Gemini 3 Pro only supports 'low' and 'high' thinking levels according to
Google's official API documentation. The 'max' variant is not supported
and would result in API errors.

Changed variant: 'max' -> 'high' for gemini-3-pro in:
- oracle agent
- metis agent
- momus agent
- ultrabrain category
- deep category
- artistry category

Ref: https://ai.google.dev/gemini-api/docs/thinking-mode
Closes #1433
This commit is contained in:
sk0x0y 2026-02-03 23:14:04 +09:00 committed by YeonGyu-Kim
parent b2e8eecd09
commit b7f7cb4341