docs: Update correct button for accessing context history (#17008)

The button in the top-left corner of the Assistant panel is the history
button, not the hamburger button.
This commit is contained in:
Bin Wang 2024-08-28 10:50:25 -04:00 committed by GitHub
parent 950e698834
commit 7e1eac67ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ The model can reference content from your active context in the assistant panel,
### Saving and Loading Contexts ### 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 hamburger 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/contexts`. 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) ![Viewing assistant history](https://zed.dev/img/assistant/assistant-history.png)