Skip to content

Add skill to retrieve approximate price of products#409

Open
Pittu-Sharma wants to merge 2 commits into
fossasia:masterfrom
Pittu-Sharma:patch-17
Open

Add skill to retrieve approximate price of products#409
Pittu-Sharma wants to merge 2 commits into
fossasia:masterfrom
Pittu-Sharma:patch-17

Conversation

@Pittu-Sharma
Copy link
Copy Markdown

@Pittu-Sharma Pittu-Sharma commented Feb 28, 2026

Fixes #221

Adds a shopping skill that responds to price-related queries
by providing an approximate price via web search links.

Summary by Sourcery

New Features:

  • Add an English shopping skill definition for responding to product price inquiries with approximate pricing sourced from web search results.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Feb 28, 2026

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

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

Hey - I've found 1 issue

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location path="models/general/Shopping/en/price.txt" line_range="18" />
<code_context>
+
+https://www.google.com/search?q=price+of+$1$
+
+!example: how much does iphone 14 cost
+You can check the latest price of $1$ here:
+https://www.google.com/search?q=price+of+$1$
</code_context>
<issue_to_address>
**nitpick (typo):** Capitalize the product name "iPhone" in the example.

Update the example text to use `iPhone 14` to match the official product name.

```suggestion
!example: how much does iPhone 14 cost
```
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread models/general/Shopping/en/price.txt Outdated
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
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.

Retrieve current price of things

1 participant