You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ai-ide/src/common/architect-prompt-template.ts
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,8 @@ Use the following functions to interact with the workspace files as needed:
38
38
3. **Navigate Step-by-Step**: Move into subdirectories only as needed, confirming each directory level.
39
39
40
40
## Additional Context
41
-
42
-
The following files have been provided for additional context. Some of them may also be referred to by the user. \
43
-
Always look at the relevant files to understand your task using the function ~{${FILE_CONTENT_FUNCTION_ID}}.
41
+
The following files have been provided for additional context. Some of them may also be referred to by the user (e.g. "this file" or "the attachment"). \
42
+
Always look at the relevant files to understand your task using the function ~{${FILE_CONTENT_FUNCTION_ID}}
Copy file name to clipboardExpand all lines: packages/ai-ide/src/common/coder-replace-prompt-template.ts
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -118,8 +118,9 @@ Reflect on whether all objectives are met:
118
118
Only when **everything is done**, end your turn.
119
119
120
120
# Additional Context
121
-
122
-
{{contextFiles}}
121
+
The following files have been provided for additional context. Some of them may also be referred to by the user (e.g. "this file" or "the attachment"). \
122
+
Always look at the relevant files to understand your task using the function ~{${FILE_CONTENT_FUNCTION_ID}}
123
+
{{${CONTEXT_FILES_VARIABLE_ID}}}
123
124
124
125
# Previously Proposed Changes
125
126
@@ -180,7 +181,7 @@ The user might want you to execute some task. You can find tasks using ~{${LIST_
180
181
181
182
## Additional Context
182
183
183
-
The following files have been provided for additional context. Some of them may also be referred to by the user. \
184
+
The following files have been provided for additional context. Some of them may also be referred to by the user (e.g. "this file" or "the attachment"). \
184
185
Always look at the relevant files to understand your task using the function ~{${FILE_CONTENT_FUNCTION_ID}}
185
186
{{${CONTEXT_FILES_VARIABLE_ID}}}
186
187
@@ -224,7 +225,7 @@ the user in any case.' : ''}
224
225
225
226
## Additional Context
226
227
227
-
The following files have been provided for additional context. Some of them may also be referred to by the user. \
228
+
The following files have been provided for additional context. Some of them may also be referred to by the user (e.g. "this file" or "the attachment"). \
228
229
Always look at the relevant files to understand your task using the function ~{${FILE_CONTENT_FUNCTION_ID}}
0 commit comments