Skip to content

Update ADK doc according to issue #1292 - 4 - Prompt Optimization#1300

Open
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20260211-234733
Open

Update ADK doc according to issue #1292 - 4 - Prompt Optimization#1300
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20260211-234733

Conversation

@adk-bot
Copy link
Collaborator

@adk-bot adk-bot commented Feb 11, 2026

Create a new page documenting the SimplePromptOptimizer.

Include:

  • Purpose: Iteratively improve agent system prompts using an LLM.
  • How it works: Uses an optimizer LLM (default gemini-1.5-flash) to critique and rewrite the prompt based on evaluation scores.
  • Usage:
    • Define an Agent and a Sampler (for evaluation).
    • Configure SimplePromptOptimizerConfig (num_iterations, batch_size).
    • Run optimizer.optimize(agent, sampler).
  • Key Classes: SimplePromptOptimizer, SimplePromptOptimizerConfig.

@netlify
Copy link

netlify bot commented Feb 11, 2026

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit 2aa6192
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/698d15193e4d750008a5e91c
😎 Deploy Preview https://deploy-preview-1300--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@joefernandez joefernandez changed the title Update ADK doc according to issue #1292 - 4 Update ADK doc according to issue #1292 - 4 - Prompt Optimization Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants