Skip to content

Commit 8b7e2ba

Browse files
committed
docs
1 parent 591fab6 commit 8b7e2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ User can include contexts to the chat, which can help LLM generate output with b
3939
Here are the current supported contexts types:
4040

4141
- `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.
4343
- `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.
4444

4545
## Completion

0 commit comments

Comments
 (0)