Skyvern-AI / skyvern

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

add user detail query and answer to single action prompt #1230

Closed LawyZheng closed 5 days ago

LawyZheng commented 5 days ago

[!IMPORTANT] Add user_detail_query and user_detail_answer fields to four action prompt templates for enhanced user interaction.

  • Behavior:
    • Add user_detail_query and user_detail_answer fields to JSON response in single-click-action.j2, single-input-action.j2, single-select-action.j2, and single-upload-action.j2.
    • user_detail_query asks for necessary user details for executing actions, even if details are in user instructions.
    • user_detail_answer provides the answer to the user_detail_query from user instructions or details.

This description was created by Ellipsis for 5574609df8f1564f7b70f62810aa629b333aaf52. It will automatically update as commits are pushed.