Presets
Presets allow you to create general or task-specific chat configurations. They are stored in your settings under key geminiCoder.presets
.
Here is an example of a preset:
{
"name": "Example Preset",
"chatbot": "AI Studio",
"promptPrefix": "Help diagnose this error:",
"promptSuffix": "Keep your response concise.",
"model": "gemini-2.0-flash",
"systemInstructions": "You are a helpful coding assistant. Format your response in bullet points.",
"temperature": 0.5,
"options": []
}
We make every effort to let you control initialization of your favorite chatbot to the fullest. Check below what configuration options are available across supported chatbots.
AI Studio
Supported configuration options:
✅ Hands-free initialization
✅ model
- Gemini 2.0 Flash:
gemini-2.0-flash
- Gemini 2.0 Flash-Lite:
gemini-2.0-flash-lite
- Gemini 2.5 Pro Preview 03-25:
gemini-2.5-pro-preview-03-25
- Gemini 2.5 Pro Experimental 03-25:
gemini-2.5-pro-exp-03-25
- Gemini 2.0 Flash Thinking Exp 01-21:
gemini-2.0-flash-thinking-exp-01-21
✅ systemInstructions
✅ temperature
Range: 0-1