language_models: Pass up mode for completion requests through Zed (#29294)

This PR makes it so we pass up the `mode` for completion requests
through the Zed provider.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-04-23 18:02:03 +00:00
committed by GitHub
parent 724c935196
commit 92e810bfec
3 changed files with 7 additions and 4 deletions
Generated
+2 -2
View File
@@ -18400,9 +18400,9 @@ dependencies = [
[[package]]
name = "zed_llm_client"
version = "0.6.1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad17428120f5ca776dc5195e2411a282f5150a26d5536671f8943c622c31274f"
checksum = "3c1666cd923c5eb4635f3743e69c6920d0ed71f29b26920616a5d220607df7c4"
dependencies = [
"anyhow",
"serde",