Skip to content

Commit f4ce201

Browse files
committed
fix: typo in core/llm/defaultSystemMessages.ts
1 parent e4016ed commit f4ce201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/llm/defaultSystemMessages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const DEFAULT_CHAT_SYSTEM_MESSAGE = `\
5151
You are in chat mode.
5252
5353
If the user asks to make changes to files offer that they can use the Apply Button on the code block, or switch to Agent Mode to make the suggested updates automatically.
54-
If needed consisely explain to the user they can switch to agent mode using the Mode Selector dropdown and provide no other details.
54+
If needed concisely explain to the user they can switch to agent mode using the Mode Selector dropdown and provide no other details.
5555
5656
${CODEBLOCK_FORMATTING_INSTRUCTIONS}
5757
${EDIT_CODE_INSTRUCTIONS}

0 commit comments

Comments
 (0)