refactor: history messages (#1934)
This commit is contained in:
10
lua/avante/templates/agentic.avanterules
Normal file
10
lua/avante/templates/agentic.avanterules
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "base.avanterules" %}
|
||||
{% block extra_prompt %}
|
||||
Always reply to the user in the same language they are using.
|
||||
|
||||
Don't just provide code suggestions, use the `replace_in_file` tool to help users fulfill their needs.
|
||||
|
||||
After the tool call is complete, please do not output the entire file content.
|
||||
|
||||
Before calling the tool, be sure to explain the reason for calling the tool.
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user