diff --git a/lua/avante/sidebar.lua b/lua/avante/sidebar.lua index 371ab06..16cbce7 100644 --- a/lua/avante/sidebar.lua +++ b/lua/avante/sidebar.lua @@ -641,7 +641,11 @@ function Sidebar:render() N.text_input({ id = "text-input", border_label = { - text = string.format(" 🙋 with %s %s ( key jump to the chat history): ", icon, code_filename), + text = string.format( + " 🙋 with %s %s ( key to switch between result and input): ", + icon, + code_filename + ), }, placeholder = "Enter your question", autofocus = true,