From 1e98d27ab4dbeb7c8745bd7c5a86fa13a6990d03 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 20 Feb 2025 18:38:18 +0200 Subject: [PATCH] docs: update custom prompt configuration parameter name --- docs/docs/tools/custom_prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tools/custom_prompt.md b/docs/docs/tools/custom_prompt.md index 9baa73d9..9ec01fd9 100644 --- a/docs/docs/tools/custom_prompt.md +++ b/docs/docs/tools/custom_prompt.md @@ -53,6 +53,6 @@ Results obtained with the prompt above: `prompt`: the prompt for the tool. It should be a multi-line string. -`num_code_suggestions`: number of code suggestions provided by the 'custom_prompt' tool. Default is 4. +`num_code_suggestions_per_chunk`: number of code suggestions provided by the 'custom_prompt' tool, per chunk. Default is 4. `enable_help_text`: if set to true, the tool will display a help text in the comment. Default is true.