ZIm/crates/language_models/src/provider
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
..
anthropic.rs Accept wrapped text content from LLM providers (#31048) 2025-05-20 20:50:02 +00:00
bedrock.rs Accept wrapped text content from LLM providers (#31048) 2025-05-20 20:50:02 +00:00
cloud.rs agent: Remove unused max monthly spend reached error (#30615) 2025-05-13 09:43:13 +00:00
copilot_chat.rs Accept wrapped text content from LLM providers (#31048) 2025-05-20 20:50:02 +00:00
deepseek.rs Have read_file support images (#30435) 2025-05-13 10:58:00 +02:00
google.rs Accept wrapped text content from LLM providers (#31048) 2025-05-20 20:50:02 +00:00
lmstudio.rs Have read_file support images (#30435) 2025-05-13 10:58:00 +02:00
mistral.rs Accept wrapped text content from LLM providers (#31048) 2025-05-20 20:50:02 +00:00
ollama.rs Have read_file support images (#30435) 2025-05-13 10:58:00 +02:00
open_ai.rs Accept wrapped text content from LLM providers (#31048) 2025-05-20 20:50:02 +00:00