Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FE followup — LLMs for Question and Dashboard Titles and Descriptions #38298 #39147

Merged
merged 11 commits into from Feb 26, 2024

Conversation

kulyk
Copy link
Member

@kulyk kulyk commented Feb 26, 2024

A FE followup on #38298, main changes:

  • fixed opening the save question modal was firing a few requests to the summarize endpoint
  • extracted some common QB logic into getSubmittableQuestion function

@kulyk kulyk added no-backport Do not backport this PR to any branch .Team/DashViz Dashboard and Viz team labels Feb 26, 2024
@kulyk kulyk requested review from markbastian, iethree and a team February 26, 2024 10:25
@kulyk kulyk self-assigned this Feb 26, 2024
Copy link

replay-io bot commented Feb 26, 2024

Status Complete ↗︎
Commit 7b37940
Results
⚠️ 6 Flaky
2317 Passed

Copy link
Contributor

@iethree iethree left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@kulyk kulyk merged commit 244ad7e into master Feb 26, 2024
116 of 128 checks passed
@kulyk kulyk deleted the followup-llms branch February 26, 2024 16:06
Copy link

@kulyk Did you forget to add a milestone to the issue for this PR? When and where should I add a milestone?

oisincoveney pushed a commit that referenced this pull request Feb 27, 2024
…#38298) (#39147)

* Missing untranslated string

* Fix redundant `export`

* Misc clean up

* Remove duplicate block

* Decouple `LLMSuestionQuestionInfo` from form

* Merge loading and loaded state layouts

* Extract `getSubmittableQuestion`

* Compute `submittableQuestion` in save modal

* Fix selectors

* Fix types naming style

* Fix multiple calls to summarize endpoint

export const getSubmittableQuestion = (state, question) => {
const series = getTransformedSeries(state);
const resultsMetadata = getResultsMetadata(state);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-backport Do not backport this PR to any branch .Team/DashViz Dashboard and Viz team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants