ZIm/crates/language_model
Richard Feldman 4bb04cef9d
Accept wrapped text content from LLM providers (#31048)
Some providers sometimes send `{ "type": "text", "text": ... }` instead
of just the text as a string. Now we accept those instead of erroring.

Release Notes:

- N/A
2025-05-20 20:50:02 +00:00
..
src Accept wrapped text content from LLM providers (#31048) 2025-05-20 20:50:02 +00:00
Cargo.toml Simplify language model registry + only emit change events on change (#29086) 2025-04-19 08:26:42 +00:00
LICENSE-GPL Extract completion provider crate (#14823) 2024-07-19 13:35:34 -04:00