answer_query
Use answer_query to get a grounded answer to a query about Google developer products. This tool has limited quota. This tool will synthesize information from the corpus to generate an answer to the query. answer_query grounds answers using the same corpus as search_documents. This tool returns the generated answer_text and a list of document names (references) used to generate the answer. Use get_documents with the document names to fetch the entire document content if needed.
If you get a 429 out of quota error, use search_documents instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Required. The query to answer. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answerText | No | The answer to the query. | |
| references | No | Output only. The resource names of the documents used to generate the answer. |