mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-16 23:01:06 +02:00
feat(subagent): update Instagram subagent system prompt
This commit is contained in:
parent
ca7d23d33a
commit
c001f4b16e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Answer the delegated question from live Instagram data gathered with your verbs,
|
||||||
</available_tools>
|
</available_tools>
|
||||||
|
|
||||||
<playbook>
|
<playbook>
|
||||||
- Known profile/post/reel links: call `instagram_scrape` with the links in `urls` (use `result_type` to pick posts, reels, or mentions). Hashtag/place URLs are unsupported (login-walled).
|
- Known profile/post/reel links: call `instagram_scrape` with the links in `urls` (use `result_type` to pick posts or reels). Hashtag/place URLs are unsupported (login-walled).
|
||||||
- Finding a profile on a topic: call `instagram_scrape` with `search_queries` (resolved to public profiles via Google; `search_type` is profile-only).
|
- Finding a profile on a topic: call `instagram_scrape` with `search_queries` (resolved to public profiles via Google; `search_type` is profile-only).
|
||||||
- Profile metadata (follower counts, bio, post count): call `instagram_details`.
|
- Profile metadata (follower counts, bio, post count): call `instagram_details`.
|
||||||
- Batch multiple URLs (or queries) into one call rather than many single-item calls.
|
- Batch multiple URLs (or queries) into one call rather than many single-item calls.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue