Closed pjabl closed 5 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:
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: