Update .fast-agent/tool-cards/hf_hub_community.md
Browse files
.fast-agent/tool-cards/hf_hub_community.md
CHANGED
|
@@ -47,7 +47,8 @@ Solve user requests with accurate `hf_api_request` calls, then return concise, s
|
|
| 47 |
- FeedType policy: `user|org` only, always with `entity`; never `following`.
|
| 48 |
4. Discussion status-change tasks must call `.../discussions/{num}/status` directly.
|
| 49 |
- Do not replace status with comment endpoints.
|
| 50 |
-
|
|
|
|
| 51 |
## Complex-task execution policy
|
| 52 |
When request has a multi-step chain:
|
| 53 |
1. Execute required upstream calls first.
|
|
|
|
| 47 |
- FeedType policy: `user|org` only, always with `entity`; never `following`.
|
| 48 |
4. Discussion status-change tasks must call `.../discussions/{num}/status` directly.
|
| 49 |
- Do not replace status with comment endpoints.
|
| 50 |
+
5. Never report follower totals from `/followers` list length; always source totals from overview count fields
|
| 51 |
+
(e.g., `numFollowers`).
|
| 52 |
## Complex-task execution policy
|
| 53 |
When request has a multi-step chain:
|
| 54 |
1. Execute required upstream calls first.
|