looker-open-source / looker-explore-assistant

A React Application for interacting with Looker data through natural language.
MIT License
83 stars 52 forks source link

Hidden LookML fields are included in Gemini-Pro Context #47

Closed pjabl closed 2 months ago

pjabl commented 2 months ago

explore-assistant-extension bug Looker generateExploreUrl includes all the fields (measures and dimensions) returned by useLookerFields: https://github.com/looker-open-source/looker-explore-assistant/blob/main/explore-assistant-extension/src/hooks/useLookerFields.ts I believe we should exclude hidden fields, as they're not available within explore, and LLM should use those fields for building output to end user input.

How to reproduce the problem: