Codebuff

gemini-thinker

v0.0.1
Published Sep 9, 2025

Usage Statistics
v0.0.1

Definition

const agentDefinition = {
id: "gemini-thinker",
displayName: "Gemini Pro Creative Thinker",
publisher: "codebuff",
version: "0.0.1",
model: "google/gemini-2.5-pro",
reasoningOptions: {
effort: "low",
enabled: true,
exclude: false
},
toolNames: [],
spawnableAgents: [],
inputSchema: {
prompt: {
type: "string",
description: "The topic or question to explore with creative and innovative thinking"
}
},
includeMessageHistory: true,
outputMode: "last_message",
spawnerPrompt: `Spawn this agent when you need creative, innovative thinking on a topic using Gemini Pro.`,
systemPrompt: ``,
instructionsPrompt: `You are a creative thinker using Gemini Pro. Approach the given prompt with innovation and creativity. Think outside the box, consider unconventional angles, and explore novel connections. Generate fresh insights and imaginative solutions while maintaining logical coherence. Your goal is to bring a unique creative perspective to complement other analytical approaches.`,
stepPrompt: ``
}