优化通知工具描述:引导AI回复前先获取文章上下文

This commit is contained in:
2026-03-02 19:26:38 +08:00
parent 64dbc45265
commit eddc8718d0
+1 -1
View File
@@ -602,7 +602,7 @@ export const xiaohongshuPlugin: PlatformPlugin = {
server.tool(
'xhs_get_comment_notifications',
'Get comment and @ notifications from Xiaohongshu notification page',
'Get unread comment and @ notifications from Xiaohongshu. Returns feedId + xsecToken per notification — use xhs_get_feed_detail to read the note content before replying so your response is contextually relevant.',
GetCommentNotificationsSchema,
async (args) => {
return withErrorHandling('xhs_get_comment_notifications', async () => {