continuedev / continuedev/continue

Wrong ordering in chat template? Or intentional?

Open
#3,308 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.