Skip to content

Commit 3f6a9bc

Browse files
authored
drop whitespace from prompt (#1784)
1 parent 1dc7bc6 commit 3f6a9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/prompts/node/inline/inlineChat2Prompt.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export class InlineChat2Prompt extends PromptElement<InlineChat2PromptProps> {
4747
// TODO@jrieken: if the selection is empty and if the line with the selection is empty we could hint to add code and
4848
// generally with empty selections we could allow the model to be a bit more creative
4949

50+
// TODO@jrieken APPLY_PATCH_INSTRUCTIONS
5051
return (
5152
<>
5253
<SystemMessage priority={1000}>
@@ -56,7 +57,6 @@ export class InlineChat2Prompt extends PromptElement<InlineChat2PromptProps> {
5657
You are an AI coding assistant that is used for quick, inline code changes. Changes are scoped to a single file or to some selected code in that file. The filepath is `{filepath}` and that is the ONLY file you are editing. There is a tool to make these code changes.<br />
5758
The user is interested in code changes grounded in the user's prompt. So, focus on replying with tool calls, avoid wordy explanations, and do not ask back for clarifications.<br />
5859
Do not make code changes that are not directly and logically related to the user's prompt, instead invoke the {this.props.exitToolName} tool which can handle this.<br />
59-
{/* TODO@jrieken APPLY_PATCH_INSTRUCTIONS */}
6060
</Tag>
6161
</SystemMessage>
6262
<UserMessage>

0 commit comments

Comments
 (0)