collab: Remove LLM completions over RPC (#16114)
This PR removes the LLM completion messages from the RPC protocol, as these now go through the LLM service as of #16113. Release Notes: - N/A
This commit is contained in:
parent
f992cfdc7f
commit
f952126319
3 changed files with 1 additions and 299 deletions
|
@ -298,10 +298,6 @@ messages!(
|
|||
(PrepareRename, Background),
|
||||
(PrepareRenameResponse, Background),
|
||||
(ProjectEntryResponse, Foreground),
|
||||
(CompleteWithLanguageModel, Background),
|
||||
(CompleteWithLanguageModelResponse, Background),
|
||||
(StreamCompleteWithLanguageModel, Background),
|
||||
(StreamCompleteWithLanguageModelResponse, Background),
|
||||
(CountLanguageModelTokens, Background),
|
||||
(CountLanguageModelTokensResponse, Background),
|
||||
(RefreshInlayHints, Foreground),
|
||||
|
@ -476,11 +472,6 @@ request_messages!(
|
|||
(PerformRename, PerformRenameResponse),
|
||||
(Ping, Ack),
|
||||
(PrepareRename, PrepareRenameResponse),
|
||||
(CompleteWithLanguageModel, CompleteWithLanguageModelResponse),
|
||||
(
|
||||
StreamCompleteWithLanguageModel,
|
||||
StreamCompleteWithLanguageModelResponse
|
||||
),
|
||||
(CountLanguageModelTokens, CountLanguageModelTokensResponse),
|
||||
(RefreshInlayHints, Ack),
|
||||
(RejoinChannelBuffers, RejoinChannelBuffersResponse),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue