tools_config:
- name: search_docs
description: |
Search internal documentation. Use for questions about
company policies, procedures, and technical guides.
step_config:
type: SearchUnstructuredDataStep
config:
top_k: 50
- name: search_web
description: |
Search the web for current information. Use for questions
about external topics, news, or publicly available data.
step_config:
type: WebSearchStep
config:
model: "gemini-2.5-flash"
- name: query_database
description: |
Query the structured database. Use for questions about
metrics, statistics, or tabular data.
step_config:
type: QueryStructuredDatastoreStep