Files
genai-toolbox/docs/en/resources/tools/looker/looker-dev-mode.md
Yuan Teoh 735cb760ea docs: update long lines and tables (#1952)
Update long lines and tables formatting in markdown doc files.
2025-11-14 20:25:49 +00:00

1.2 KiB

title, type, weight, description, aliases
title type weight description aliases
looker-dev-mode docs 1 A "looker-dev-mode" tool changes the current session into and out of dev mode
/resources/tools/looker-dev-mode

About

A looker-dev-mode tool changes the session into and out of dev mode.

It's compatible with the following sources:

looker-dev-mode accepts a boolean parameter, true to enter dev mode and false to exit dev mode.

Example

tools:
    dev_mode:
        kind: looker-dev-mode
        source: looker-source
        description: |
          dev_mode Tool

          Passing true to this tool switches the session to dev mode. Passing false to this tool switches the
          session to production mode.

Reference

field type required description
kind string true Must be "looker-dev-mode".
source string true Name of the source Looker instance.
description string true Description of the tool that is passed to the LLM.