-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Play Button stateful and remove intent toggle (#6833)
This PR: - Removes the intent toggle feature completely. - Changes the intent dropdown behavior to only select the intent and not execute it automatically. - Enables the submit button even when the chat is empty. ## Test plan - the intent options in the dropdown only selects the intent mode and doesn't execute it. - after selecting the intent, changing the input, doesn't reset the intent. - on submit the selected intent is used and the intent selection message is displayed accordingly. - loading a chat from history and editing the message, doesn't persist the intent mode previously manually selected. - selecting a prompt correctly executes it in chat & edit modes. - make sure the submit button isn't disabled when the input is empty.
- Loading branch information
1 parent
0e4c3e8
commit 2edd264
Showing
18 changed files
with
340 additions
and
688 deletions.
There are no files selected for viewing
451 changes: 183 additions & 268 deletions
451
...s/src/integrationTest/resources/recordings/integration-test_2927926756/recording.har.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.