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/core/src/types.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ export class KnowledgeError extends Error {
164
164
/**
165
165
* Default instruction template
166
166
*/
167
-
exportconstDEFAULT_TEMPLATE=`Use available text search tools to search for {{keywords}} in {{local_path}}. Try broader terms if needed. Skip: node_modules/, .git/, build/, dist/.`;
167
+
exportconstDEFAULT_TEMPLATE=`Use available text search tools to search for {{keywords}} in {{local_path}} and its sub folders. Try broader terms if needed. Skip: node_modules/, .git/, build/, dist/.`;
168
168
169
169
/**
170
170
* Allowed template variables that can be used in instruction templates
0 commit comments