assistant: Rename "new context" to "new chat" (#20043)
This PR is only updating UI strings and pieces of the documentation—it doesn't touch the actual code, where it's still using things such as `NewContext` and similar terminology for variables, actions, etc. Release Notes: - N/A
This commit is contained in:
parent
c2cf4c45c0
commit
d3a49f6d8f
8 changed files with 55 additions and 59 deletions
|
@ -20,7 +20,7 @@ A common workflow when using the inline assistant is to create a context in the
|
|||
|
||||
### Example Recipe - Fixing Errors with the Inline Assistant
|
||||
|
||||
1. Create a new context in the assistant panel.
|
||||
1. Create a new chat in the assistant panel.
|
||||
2. Use the `/diagnostic` command to add current diagnostics to the context.
|
||||
3. OR use the `/terminal` command to add the current terminal output to the context (maybe a panic, error, or log?)
|
||||
4. Use the inline assistant to generate a fix for the error.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue