continuedev / continuedev/continue
Wrong ordering in chat template? Or intentional?
Open
@RomneyDa is already working on this.
Since Dec 11, 2024.
area:chat
kind:enhancement
needs-triage
stale
- Dominant language
- TypeScript
- Stars
- 36k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Validations
- I believe this is a way to improve. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that requests the same enhancement
Problem
The current chat template is placing instrcut before code:
user
Use the *above* code to answer the following question. You should not reference any files outside of what is shown, unless they are commonly known files, like a .gitignore or package.json. Reference the filenames whenever possible. If there isn't enough
information to answer the question, suggest where the user might look to learn more.
3x`documentation.yaml (0-21)
3x`
<Question>
Solution
Maybe this is better?
user
3x`documentation.yaml (0-21)
3x`
Use the *above* code to answer the following question. You should not reference any files outside of what is shown, unless they are commonly known files, like a .gitignore or package.json. Reference the filenames whenever possible. If there isn't enough
information to answer the question, suggest where the user might look to learn more.
<Question>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.