From 5c42e100eaaae2ff2e93cfcd3264280b40e9d5e3 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Tue, 14 Apr 2026 22:42:16 +0530 Subject: [PATCH] remove tools.yaml old --- tools.yaml | 61 ------------------------------------------------------ 1 file changed, 61 deletions(-) delete mode 100644 tools.yaml diff --git a/tools.yaml b/tools.yaml deleted file mode 100644 index 83b46d2..0000000 --- a/tools.yaml +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 2025 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -sources: - bigquery-source: - kind: "bigquery" - project: ${BIGQUERY_PROJECT} - location: ${BIGQUERY_LOCATION:} - useClientOAuth: ${BIGQUERY_USE_CLIENT_OAUTH:false} - -tools: - analyze_contribution: - kind: bigquery-analyze-contribution - source: bigquery-source - description: Use this tool to analyze the contribution about changes to key metrics in multi-dimensional data. - - execute_sql: - kind: bigquery-execute-sql - source: bigquery-source - description: Use this tool to execute sql statement. - - forecast: - kind: bigquery-forecast - source: bigquery-source - description: Use this tool to forecast time series data. - - get_dataset_info: - kind: bigquery-get-dataset-info - source: bigquery-source - description: Use this tool to get dataset metadata. - - get_table_info: - kind: bigquery-get-table-info - source: bigquery-source - description: Use this tool to get table metadata. - - list_dataset_ids: - kind: bigquery-list-dataset-ids - source: bigquery-source - description: Use this tool to list datasets. - - list_table_ids: - kind: bigquery-list-table-ids - source: bigquery-source - description: Use this tool to list tables. - - search_catalog: - kind: bigquery-search-catalog - source: bigquery-source - description: Use this tool to find tables, views, models, routines or connections.