mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
docs: Update correct locations for Assistant contexts (#17049)
The location of Assistant contexts in the docs is wrong. The actual path
for the contexts is defined
[here](1eec601afb/crates/paths/src/paths.rs (L159-L171)
).
Release Notes:
- N/A
This commit is contained in:
parent
6a5d0a5083
commit
8bd803942d
1 changed files with 7 additions and 1 deletions
|
@ -6,7 +6,13 @@ The model can reference content from your active context in the assistant panel,
|
|||
|
||||
### Saving and Loading Contexts
|
||||
|
||||
After you submit your first message, a name for your context is generated by the language model, and the context is automatically saved to your file system in `~/.config/zed/contexts`. You can access and load previous contexts by clicking on the history button in the top-left corner of the assistant panel.
|
||||
After you submit your first message, a name for your context is generated by the language model, and the context is automatically saved to your file system in
|
||||
|
||||
- `~/.config/zed/conversations` (macOS)
|
||||
- `~/.local/share/zed/conversations` (Linux)
|
||||
- `%LocalAppData%\Zed\conversations` (Windows)
|
||||
|
||||
You can access and load previous contexts by clicking on the history button in the top-left corner of the assistant panel.
|
||||
|
||||
![Viewing assistant history](https://zed.dev/img/assistant/assistant-history.png)
|
||||
|
||||
|
|
Loading…
Reference in a new issue