Back to Genai Toolbox

bigtable-create-logical-view

docs/en/integrations/bigtable/tools/bigtable-create-logical-view.md

1.9.0869 B
Original Source

About

Create a new Bigtable logical view.

Compatible Sources

{{< compatible-sources >}}

Parameters

bigtable-create-logical-view accepts the following parameters:

  • instance_id (string): The ID of the instance
  • logical_view_id (string): The ID of the logical view
  • query (string): The logical view query

Example

yaml
kind: tool
name: bigtable_create_logical_view
type: bigtable-create-logical-view
source: my-bigtable-source
description: Create a new Bigtable logical view.

Reference

fieldtyperequireddescription
typestringtrueMust be bigtable-create-logical-view.
sourcestringtrueName of the source to execute on.
descriptionstringfalseDescription of the tool that is passed to the LLM.