Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

LawyZheng
Copy link
Collaborator

@LawyZheng LawyZheng commented Nov 21, 2024

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 5574609. It will automatically update as commits are pushed.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to 9a94eb1 in 13 seconds

More details
  • Looked at 55 lines of code in 4 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern/forge/prompts/skyvern/single-upload-action.j2:12
  • Draft comment:
    Consider swapping the order of user_detail_answer and user_detail_query to maintain consistency with other templates.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The PR introduces a new key user_detail_answer in multiple files. However, in single-upload-action.j2, the order of user_detail_answer and user_detail_query is reversed compared to other files. Consistency in order is important for readability and maintenance.

Workflow ID: wflow_hfyDM7YtewzDfdw0


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Incremental review on 5574609 in 30 seconds

More details
  • Looked at 14 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern/forge/prompts/skyvern/single-upload-action.j2:9
  • Draft comment:
    Comments using // are not valid in JSON and could cause parsing errors. Consider removing them or using a different format for documentation. This issue is present in lines 9, 11, 12, 13, 14, 15, 16, and 17.
  • Reason this comment was not posted:
    Comment was on unchanged code.

Workflow ID: wflow_L0iQOPSkDzcCkWBy


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@LawyZheng LawyZheng merged commit 9cd1f15 into main Nov 21, 2024
2 checks passed
@LawyZheng LawyZheng deleted the lawy/add-user-detail-query-answer-in-action-block branch November 21, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant