Files
wehub-resource-sync e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:32:45 +08:00

1.3 KiB

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

About

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

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

Compatible Sources

{{< compatible-sources >}}

Example

kind: tool
name: dev_mode
type: looker-dev-mode
source: looker-source
description: |
  This tool allows toggling the Looker IDE session between Development Mode and Production Mode.
  Development Mode enables making and testing changes to LookML projects.

  Parameters:
  - enable (required): A boolean value.
    - `true`: Switches the current session to Development Mode.
    - `false`: Switches the current session to Production Mode.

Reference

field type required description
type 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.