-
Notifications
You must be signed in to change notification settings - Fork 858
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced local 'skyvern/' with remote 'skyvern/'
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Enhances multi-level dropdown selection handling by adding intention tracking and refining completion logic, with updated exception messages for clarity. > > - **Behavior**: > - Adds `intention` attribute to `InputOrSelectContext` and `SelectOptionAction` in `actions.py` to track user intention during dropdown selections. > - Updates `sequentially_select_from_dropdown()` in `handler.py` to use `intention` for better decision-making in multi-level dropdowns. > - Modifies `confirm-multi-selection-finish.j2` to include `is_mini_goal_finished` for more precise completion checks. > - **Exceptions**: > - Updates message in `NoIncrementalElementFoundForCustomSelection` in `exceptions.py` for clarity. > - **Misc**: > - Minor updates to logging and prompt handling in `handler.py` and `action_input.py`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for 63cc164592bab13721d28171d8a0268aec84cf87. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information
1 parent
36de8bd
commit 2ec2416
Showing
4 changed files
with
46 additions
and
17 deletions.
There are no files selected for viewing
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
19 changes: 14 additions & 5 deletions
19
skyvern/forge/prompts/skyvern/confirm-multi-selection-finish.j2
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