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: docs/features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ User can include contexts to the chat, which can help LLM generate output with b
39
39
Here are the current supported contexts types:
40
40
41
41
-`file`: a file in the workspace, server will pass its content to LLM.
42
-
-`directoryu`: a directory in the workspace, server will read all file contexts and pass to LLM.
42
+
-`directory`: a directory in the workspace, server will read all file contexts and pass to LLM.
43
43
-`repoMap`: a summary view of workspaces files and folders, server will calculate this and pass to LLM. Currently, the repo-map includes only the file paths in git.
0 commit comments