find_similar_news
Find similar news articles by reference title with adjustable similarity threshold and result limit. Returns similarity scores and optional URLs.
Instructions
查找与指定新闻标题相似的其他新闻
Args: reference_title: 新闻标题(完整或部分) threshold: 相似度阈值,0-1之间,默认0.6 注意:阈值越高匹配越严格,返回结果越少 limit: 返回条数限制,默认50,最大100 注意:实际返回数量取决于相似度匹配结果,可能少于请求值 include_url: 是否包含URL链接,默认False(节省token)
Returns: JSON格式的相似新闻列表,包含相似度分数
重要:数据展示策略
本工具返回完整的相似新闻列表
默认展示方式:展示全部返回的新闻(包括相似度分数)
仅在用户明确要求"总结"或"挑重点"时才进行筛选
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| threshold | No | ||
| include_url | No | ||
| reference_title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |