mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user