Back to Genai Toolbox

List Git Branches Tool

docs/en/integrations/looker/tools/looker-list-git-branches.md

1.1.01.1 KB
Original Source

About

A looker-list-git-branches tool is used to retrieve the list of available git branches of a LookML project.

Compatible Sources

{{< compatible-sources >}}

Parameters

fieldtyperequireddescription
project_idstringtrueThe unique ID of the LookML project.

Example

yaml
kind: tool
name: list_project_git_branches
type: looker-list-git-branches
source: looker-source
description: |
  This tool is used to retrieve the list of available git branches of a LookML
  project.

Reference

fieldtyperequireddescription
typestringtrueMust be "looker-list-git-branches".
sourcestringtrueName of the source.
descriptionstringtrueDescription of the tool that is passed to the LLM.