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: Tool/Sources/ChatContextCollectors/ActiveDocumentChatContextCollector/ActiveDocumentChatContextCollector.swift
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,7 @@ public final class ActiveDocumentChatContextCollector: ChatContextCollector {
55
55
56
56
varfunctionPrompt="""
57
57
ONLY call it when one of the following conditions are satisfied:
58
-
- the user explicitly ask you about specific line of code, \
59
-
but the line was NOT in the focused range \(contextLineRange).
58
+
- the user explicitly ask you about specific line of code, that is NOT in the focused range \(contextLineRange).
0 commit comments