feat(telegram): add silent_tool_hints config to disable notifications for tool hints (#2252)

This commit is contained in:
Flo
2026-03-23 15:46:08 +08:00
committed by chengyongru
parent 9a2b1a3f1a
commit 80ee2729ac
2 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -263,7 +263,8 @@ Connect nanobot to your favorite chat platform. Want to build your own? See the
"telegram": {
"enabled": true,
"token": "YOUR_BOT_TOKEN",
"allowFrom": ["YOUR_USER_ID"]
"allowFrom": ["YOUR_USER_ID"],
"silentToolHints": false
}
}
}