docs: add thinking_config in generate_content_config in example agent

Closes https://github.com/google/adk-python/issues/3905

Co-authored-by: Liang Wu <wuliang@google.com>
PiperOrigin-RevId: 869232930
This commit is contained in:
Liang Wu
2026-02-12 08:37:04 -08:00
committed by Copybara-Service
parent 4000c0251d
commit c6b1c74321
@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/google/adk-python/refs/heads/main/src/google/adk/agents/config_schemas/AgentConfig.json
name: search_agent
model: gemini-2.0-flash
model: gemini-2.5-flash
description: 'an agent whose job it is to perform Google search queries and answer questions about the results.'
instruction: You are an agent whose job is to perform Google search queries and answer questions about the results.
tools:
@@ -8,3 +8,5 @@ tools:
generate_content_config:
temperature: 0.1
max_output_tokens: 2000
thinking_config:
include_thoughts: true