概述 | Summary
When using Gemma 3 models via Google API, I got error "Developer instruction is not enabled". I found out the reason is Gemma 3 doesn't support system instruction. The system instruction needs to be inserted at the beginning of user prompt. https://ai.google.dev/gemma/docs/core/prompt-structure#system-instructions
Can we add an option in Agent to enable this? Thanks!