-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backport: #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. <!-- Required. See https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles. -->
- Loading branch information
1 parent
a97cbfa
commit 3819091
Showing
18 changed files
with
439 additions
and
685 deletions.
There are no files selected for viewing
546 changes: 279 additions & 267 deletions
546
...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
Oops, something went wrong.