language_model: Refresh the LLM token upon receiving a UserUpdated
message from Cloud (#35839)
This PR makes it so we refresh the LLM token upon receiving a `UserUpdated` message from Cloud over the WebSocket connection. Release Notes: - N/A
This commit is contained in:
parent
d110459ef8
commit
50482a6bc2
4 changed files with 21 additions and 19 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -9127,6 +9127,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"base64 0.22.1",
|
||||
"client",
|
||||
"cloud_api_types",
|
||||
"cloud_llm_client",
|
||||
"collections",
|
||||
"futures 0.3.31",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue