explain_topic_with_docs
Searches official documentation and web sources to provide detailed explanations of software topics. Synthesizes information from documentation to answer specific questions about libraries, frameworks, and tools.
Instructions
Provides a detailed explanation for a query about a specific software topic by synthesizing information primarily from official documentation found via web search. Focuses on comprehensive answers, context, and adherence to documented details. Uses the configured Vertex AI model (gemini-2.5-pro) with Google Search. Requires 'topic' and 'query'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The specific question to answer based on the documentation. | |
| topic | Yes | The software/library/framework topic (e.g., 'React Router', 'Python requests'). |