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

Implement upload_file endpoint #550

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

ykeremy
Copy link
Contributor

@ykeremy ykeremy commented Jul 4, 2024

"\n


🚀 This description was created by Ellipsis for commit 501f35b

Summary:

Fixed typo in validate_file_size function and updated detail message to display file size in MB in skyvern/forge/sdk/routes/agent_protocol.py.

Key points:

  • Fixed typo in validate_file_size function in skyvern/forge/sdk/routes/agent_protocol.py.
  • Changed app.SETTINGS_MANAGER.MAX_FILE_SIZE to app.SETTINGS_MANAGER.MAX_UPLOAD_FILE_SIZE.
  • Updated detail message to display file size in MB.

Generated with ❤️ by ellipsis.dev


\n"

"\n<!-- ELLIPSIS_HIDDEN -->

----

| 🚀 | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit 879e2ae0b4277fe6d57598a6242c1666e7779b6a  |
|--------|--------|

### Summary:
Fixed typo in `validate_file_size` function and updated `detail` message to display file size in MB in `skyvern/forge/sdk/routes/agent_protocol.py`.

**Key points**:
- Fixed typo in `validate_file_size` function in `skyvern/forge/sdk/routes/agent_protocol.py`.
- Changed `app.SETTINGS_MANAGER.MAX_FILE_SIZE` to `app.SETTINGS_MANAGER.MAX_UPLOAD_FILE_SIZE`.
- Updated `detail` message to display file size in MB.

----
Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)

----

<!-- ELLIPSIS_HIDDEN -->\n"
@ykeremy ykeremy added the sync label Jul 4, 2024
@ykeremy ykeremy merged commit 80c7c43 into main Jul 4, 2024
2 checks passed
@ykeremy ykeremy deleted the ykeremy/file-upload-endpoint-latest-changes branch July 4, 2024 01:33
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 501f35b in 33 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/sdk/routes/agent_protocol.py:763
  • Draft comment:
    The PR description mentions fixing a typo, but the change from bytes to MB in the error message is a functional change, not a typo correction. Please update the PR description to accurately reflect this change.
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.

Workflow ID: wflow_6L5f4WvjEkF5fHN5


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 501f35b in 36 seconds

More details
  • Looked at 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern/forge/sdk/routes/agent_protocol.py:763
  • Draft comment:
    The PR description mentions fixing a typo in the validate_file_size function, but the diff does not reflect any typo corrections. Please ensure that all intended changes are included in the PR.
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.

Workflow ID: wflow_d3OPogomudqhOrNz


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant