looker-conversational-analytics

The “looker-conversational-analytics” tool will use the Conversational Analaytics API to analyze data from Looker

About

A looker-conversational-analytics tool allows you to ask questions about your Looker data.

It’s compatible with the following sources:

looker-conversational-analytics accepts two parameters:

  1. user_query_with_context: The question asked of the Conversational Analytics system.
  2. explore_references: A list of one to five explores that can be queried to answer the question. The form of the entry is [{"model": "model name", "explore": "explore name"}, ...]

Example

tools:
    ask_data_insights:
        kind: looker-conversational-analytics
        source: looker-source
        description: |
          Use this tool to perform data analysis, get insights,
          or answer complex questions about the contents of specific
          Looker explores.

Reference

fieldtyperequireddescription
kindstringtrueMust be “lookerca-conversational-analytics”.
sourcestringtrueName of the source the SQL should execute on.
descriptionstringtrueDescription of the tool that is passed to the LLM.