From f506fb1e05f4d1a43f28957006960eba3ea330ed Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 17 Mar 2025 19:46:07 +0200 Subject: [PATCH] docs: clarify that thumbs up/down feedback is for statistics only --- docs/docs/tools/improve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tools/improve.md b/docs/docs/tools/improve.md index 19429d8d..2e7f0d76 100644 --- a/docs/docs/tools/improve.md +++ b/docs/docs/tools/improve.md @@ -440,7 +440,7 @@ Note: Chunking is primarily relevant for large PRs. For most PRs (up to 500 line allow_thumbs_up_down - If set to true, all code suggestions will have thumbs up and thumbs down buttons, to encourage users to provide feedback on the suggestions. Default is false. + If set to true, all code suggestions will have thumbs up and thumbs down buttons, to encourage users to provide feedback on the suggestions. Default is false. Note that this feature is for statistics tracking. It will not affect future feedback from the AI model.