File tree Expand file tree Collapse file tree
contributing/samples/bigquery
src/google/adk/tools/bigquery Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,16 +25,6 @@ distributed via the `google.adk.tools.bigquery` module. These tools include:
2525
2626 Runs a SQL query in BigQuery.
2727
28- 1 . ` ask_data_insights `
29-
30- Natural language-in, natural language-out tool that answers questions
31- about structured data in BigQuery. Provides a one-stop solution for generating
32- insights from data.
33-
34- ** Note** : This tool requires additional setup in your project. Please refer to
35- the official [ Conversational Analytics API documentation] ( https://cloud.google.com/gemini/docs/conversational-analytics-api/overview )
36- for instructions.
37-
3828## How to use
3929
4030Set up environment variables in your ` .env ` file for using
Original file line number Diff line number Diff line change 2121from google .adk .agents .readonly_context import ReadonlyContext
2222from typing_extensions import override
2323
24- from . import data_insights_tool
2524from . import metadata_tool
2625from . import query_tool
2726from ...tools .base_tool import BaseTool
@@ -79,7 +78,6 @@ async def get_tools(
7978 metadata_tool .list_dataset_ids ,
8079 metadata_tool .list_table_ids ,
8180 query_tool .get_execute_sql (self ._tool_config ),
82- data_insights_tool .ask_data_insights ,
8381 ]
8482 ]
8583
You can’t perform that action at this time.
0 commit comments