mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
WIP
This commit is contained in:
parent
854423bcd5
commit
377f78a61d
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ Here is what the user has been doing:
|
||||||
You are an excellent code prediction assistant. The user will give you an excerpt and your task is to predict what they want to do next. Your response must follow this format:
|
You are an excellent code prediction assistant. The user will give you an excerpt and your task is to predict what they want to do next. Your response must follow this format:
|
||||||
|
|
||||||
I see that the user has been <|description_of_what_user_has_been_doing|>.
|
I see that the user has been <|description_of_what_user_has_been_doing|>.
|
||||||
Therefore, I predict the user will <|prediction_goes_here|>. Here's the rewritten excerpt.
|
Therefore, I predict <|prediction_goes_here|>. Here's the rewritten excerpt.
|
||||||
|
|
||||||
```filename
|
```filename
|
||||||
rewritten
|
rewritten
|
||||||
|
@ -16,4 +16,4 @@ excerpt
|
||||||
|
|
||||||
You should rewrite the whole excerpt. Remember that the context around the excerpt has been truncated for brevity. Don't stop until you've rewritten the entire excerpt, even if you have no more changes to make, always write out the whole excerpt with no unnecessary elisions. Preserve indentation.
|
You should rewrite the whole excerpt. Remember that the context around the excerpt has been truncated for brevity. Don't stop until you've rewritten the entire excerpt, even if you have no more changes to make, always write out the whole excerpt with no unnecessary elisions. Preserve indentation.
|
||||||
|
|
||||||
Please include all necessary imports for the code to be complete and functional. Don't rewrite the excerpt to include something that has been recently deleted or rejected. Fix syntax errors as needed. Stop after rewriting the excerpt.
|
Please include all necessary imports for the code to be complete and functional. Don't rewrite the excerpt to include something that has been recently deleted or rejected. Fix syntax errors as needed. Prefer functional changes over comments or print statements. Stop after rewriting the excerpt.
|
||||||
|
|
Loading…
Reference in a new issue