Skyvern-AI / skyvern

Automate browser-based workflows with LLMs and Computer Vision
https://www.skyvern.com
GNU Affero General Public License v3.0
5.75k stars 418 forks source link

Implement BitwardenSensitiveInformationParameter #589

Closed ykeremy closed 2 months ago

ykeremy commented 2 months ago
## Example:

Identity in Bitwarden:

image

Nav payload:

image

Action:

{
"reasoning": "The user goal is to type the given SSN into the text field. The text area with id 'C9uB' is the appropriate field for this action.",
"confidence_float": 1,
"action_type": "INPUT_TEXT",
"id": "C9uB",
"text": "secret_548216d2-c59c-4a2f-af7e-faf4fb06ef37_ssn",
"file_url": null,
"download": false,
"option": null
}

Action screenshot:

image


:rocket: This description was created by Ellipsis for commit f3ac7b96f26ad2c854769123ef75f15abe4e5a48

Summary:

Introduced BitwardenSensitiveInformationParameter to handle sensitive information from Bitwarden, updating multiple files and adding a new database table.

Key points:


Generated with :heart: by ellipsis.dev