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:
Danilo Leal 2024-11-06 07:24:04 -03:00 committed by GitHub
parent c2cf4c45c0
commit d3a49f6d8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 55 additions and 59 deletions

View file

@ -6497,7 +6497,7 @@ async fn test_context_collaboration_with_reconnect(
.await
.unwrap();
// Client A creates a new context.
// Client A creates a new chats.
let context_a = context_store_a.update(cx_a, |store, cx| store.create(cx));
executor.run_until_parked();