-
Notifications
You must be signed in to change notification settings - Fork 901
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 images for new templates #1742
Conversation
…src/' <!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Add `purchasingImage` and `entityLookupImage` to `TemporaryTemplateImages.ts` with specific template IDs. > > - **Images**: > - Add `purchasingImage` and `entityLookupImage` imports in `TemporaryTemplateImages.ts`. > - Associate `purchasingImage` with `wpid_357290139535158898` and `entityLookupImage` with `wpid_357290367168425660` in `TEMPORARY_TEMPLATE_IMAGES`. > > <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 40a279869c8d337de240fb9076067acfe5d6bc00. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
There was a problem hiding this 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 b6d6ede in 22 seconds
More details
- Looked at
17
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
5
drafted comments based on config settings.
1. skyvern-frontend/src/routes/discover/TemporaryTemplateImages.ts:3
- Draft comment:
Ensure that purchasing.png and entity-lookup.png assets exist at the specified paths. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
2. skyvern-frontend/src/routes/discover/TemporaryTemplateImages.ts:3
- Draft comment:
Confirm that 'purchasing.png' exists at '@/assets/purchasing.png'. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
3. skyvern-frontend/src/routes/discover/TemporaryTemplateImages.ts:4
- Draft comment:
Confirm that 'entity-lookup.png' exists at '@/assets/entity-lookup.png'. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
4. skyvern-frontend/src/routes/discover/TemporaryTemplateImages.ts:10
- Draft comment:
Verify that template ID 'wpid_357290139535158898' is correctly mapped to purchasingImage. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
5. skyvern-frontend/src/routes/discover/TemporaryTemplateImages.ts:11
- Draft comment:
Verify that template ID 'wpid_357290367168425660' is correctly mapped to entityLookupImage. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
Workflow ID: wflow_QLhX3zU3MQIx0KnC
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
There was a problem hiding this 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 b6d6ede in 18 seconds
More details
- Looked at
17
lines of code in1
files - Skipped
2
files when reviewing. - Skipped posting
6
drafted comments based on config settings.
1. skyvern-frontend/src/routes/discover/TemporaryTemplateImages.ts:3
- Draft comment:
Verify '@/assets/purchasing.png' exists and is optimized for web usage. - Reason this comment was not posted:
Confidence changes required:33%
<= threshold50%
None
2. skyvern-frontend/src/routes/discover/TemporaryTemplateImages.ts:4
- Draft comment:
Ensure '@/assets/entity-lookup.png' exists and matches naming conventions. - Reason this comment was not posted:
Confidence changes required:33%
<= threshold50%
None
3. skyvern-frontend/src/routes/discover/TemporaryTemplateImages.ts:3
- Draft comment:
Good import of purchasingImage. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
4. skyvern-frontend/src/routes/discover/TemporaryTemplateImages.ts:4
- Draft comment:
Entity lookup image import looks correct. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
5. skyvern-frontend/src/routes/discover/TemporaryTemplateImages.ts:10
- Draft comment:
Mapping new template ID to purchasingImage is as expected. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
6. skyvern-frontend/src/routes/discover/TemporaryTemplateImages.ts:11
- Draft comment:
Mapping new template ID to entityLookupImage is proper. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
Workflow ID: wflow_mzbNwtVceFmTg8T9
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Important
Add new images for templates in
TemporaryTemplateImages.ts
.purchasing.png
andentity-lookup.png
to imports inTemporaryTemplateImages.ts
.purchasingImage
andentityLookupImage
toTEMPORARY_TEMPLATE_IMAGES
with keyswpid_357290139535158898
andwpid_357290367168425660
.This description was created by
for b6d6ede. It will automatically update as commits are pushed.