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:
user_query_with_context
: The question asked of the Conversational Analytics system.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
field | type | required | description |
---|---|---|---|
kind | string | true | Must be “lookerca-conversational-analytics”. |
source | string | true | Name of the source the SQL should execute on. |
description | string | true | Description of the tool that is passed to the LLM. |