-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: separate prompt for questions where no code generation is required #536
Comments
there is a ask variable in the templates,
So we can pass in this option in AvanteAsk similar to position=right or position=left |
avante.nvim/lua/avante/llm.lua Line 63 in 8c021f3
|
So its set up for it, but not used at the moment? I quite like the toggling idea, so I'll have a go at that. Wheres a good place to display the current mode / hint to change the mode? In a floating window like the submit hint? |
See avante.nvim/lua/avante/init.lua Line 40 in 8c021f3
|
#541 now support with
|
#542 add AvanteChat. |
Feature request
Add a separate plugin prompt that does not ask LLM to generate any code.
Not sure how this would work. Different keybind to open a different type of sidebar? Multiple modes in the sidebar that can be toggled between?
Motivation
Often I find myself asking questions about the codebase without wanting any changes. The plugin prompt tends to force the LLMs to generate code even when it makes no sense to do so.
Other
No response
The text was updated successfully, but these errors were encountered: