From 4a8722acd52e9791b2454f8e65d303abf5372651 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Wed, 7 May 2025 11:21:59 +0300 Subject: [PATCH] docs: Add tip about using keywords to direct the agent in code suggestions --- docs/docs/tools/improve.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/tools/improve.md b/docs/docs/tools/improve.md index c473ba7b..e5e9ea4d 100644 --- a/docs/docs/tools/improve.md +++ b/docs/docs/tools/improve.md @@ -300,6 +300,9 @@ enable_chat_in_code_suggestions = true #### Explore the available interaction patterns: +!!! tip "Tip: Direct the agent with keywords" + Use "implement" or "apply" for code generation. Use "explain", "why", or "how" for information and help. + === "Asking for Details" ![Chat on code suggestions ask](https://codium.ai/images/pr_agent/improve_chat_on_code_suggestions_ask.png){width=512}