Improve conversation history formatting with numbered comments

This commit is contained in:
benedict.lee
2025-04-21 17:14:36 +09:00
parent 8b4bf49f1c
commit 9906ec3687
2 changed files with 13 additions and 8 deletions

View File

@ -50,7 +50,7 @@ Previous discussion on this code:
{{ conversation_history|trim }}
======
Consider this conversation history (format: "Username: Message"). When responding:
Consider this conversation history (format: "N. Username: Message", where numbers indicate the comment order). When responding:
- Maintain consistency with previous technical explanations
- Address unresolved issues from earlier discussions
- Build upon existing knowledge without contradictions