fetch_comments
Fetch popular Bilibili video comments for preview or reference before creating notes. Returns user, content, like count, and timestamp; does not generate the note itself.
Instructions
抓取 B 站视频的热门评论(供生成笔记前预览/参考,不生成笔记)。
返回 {ok, source, bvid, aid, comments: [{user, content, likes, ctime}], error}。
可用 fetch_danmaku 看弹幕汇总;generate_note 的 include_comments 可把二者注入笔记 prompt。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| video_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |