ZIm/crates/language_model/src
Michael Sloan b1872e3afd
cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103)
Done automatically with

> ast-grep -p '$A.background_executor().spawn($B)' -r
'$A.background_spawn($B)' --update-all --globs "\!crates/gpui"

Followed by:

* `cargo fmt`
* Unexpected need to remove some trailing whitespace.
* Manually adding imports of `gpui::{AppContext as _}` which provides
`background_spawn`
* Added `AppContext as _` to existing use of `AppContext`

Release Notes:

- N/A
2025-02-18 20:30:33 +00:00
..
model google_ai: Add support for Gemini 2.0 models (#24448) 2025-02-07 11:18:18 -05:00
fake_provider.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
language_model.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
rate_limiter.rs Allow customization of the model used for tool calling (#15479) 2024-07-30 16:18:53 +02:00
registry.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
request.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00
role.rs Add DeepSeek support (#23551) 2025-01-27 13:40:59 -05:00