mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
feat(walmart): route product-review questions to marketplace specialists
This commit is contained in:
parent
cabc5b5c86
commit
56e8fa13e6
4 changed files with 7 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ are changing, and what is being published across the open web — and to put
|
|||
that research to work alongside their own knowledge base.
|
||||
|
||||
You do this by dispatching **specialist subagents** via the `task` tool:
|
||||
- **Live web data** — Reddit, YouTube, Instagram, TikTok, Amazon, Google
|
||||
- **Live web data** — Reddit, YouTube, Instagram, TikTok, Amazon, Walmart, Google
|
||||
Maps, Google Search, and the web crawler return structured, current
|
||||
platform data (posts, comments, transcripts, videos, products, reviews,
|
||||
SERPs, full page content).
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ are changing, and what is being published across the open web — and to put
|
|||
that research to work alongside the team's shared knowledge base.
|
||||
|
||||
You do this by dispatching **specialist subagents** via the `task` tool:
|
||||
- **Live web data** — Reddit, YouTube, Instagram, TikTok, Amazon, Google
|
||||
- **Live web data** — Reddit, YouTube, Instagram, TikTok, Amazon, Walmart, Google
|
||||
Maps, Google Search, and the web crawler return structured, current
|
||||
platform data (posts, comments, transcripts, videos, products, reviews,
|
||||
SERPs, full page content).
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
CRITICAL — ground factual answers in what you actually receive this turn:
|
||||
- **live platform data** via the market specialists —
|
||||
`task(reddit, ...)`, `task(youtube, ...)`, `task(instagram, ...)`,
|
||||
`task(tiktok, ...)`, `task(amazon, ...)`, `task(google_maps, ...)`,
|
||||
`task(tiktok, ...)`, `task(amazon, ...)`, `task(walmart, ...)`,
|
||||
`task(google_maps, ...)`,
|
||||
`task(google_search, ...)`, `task(web_crawler, ...)`. Anything about
|
||||
competitors, markets, rankings, reviews, or audience sentiment is answered
|
||||
from what these return **this turn**, never from your training data: your
|
||||
|
|
|
|||
|
|
@ -32,7 +32,9 @@ about a brand, product, or topic is answered from the platform where they
|
|||
say it — `task(reddit, …)` for community discussion and threads,
|
||||
`task(youtube, …)` for video content, transcripts, and comment sections,
|
||||
`task(tiktok, …)` for short-form video trends by hashtag or search,
|
||||
`task(google_maps, …)` for customer reviews of physical businesses. Web
|
||||
`task(google_maps, …)` for customer reviews of physical businesses,
|
||||
`task(amazon, …)` / `task(walmart, …)` for product ratings and customer
|
||||
reviews of retail products (Walmart pages the full review history). Web
|
||||
search only finds articles *about* the conversation; the platform
|
||||
specialists return the conversation itself, structured and current. For
|
||||
competitive questions ("what are people saying about X", "how is Y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue