zeroclaw/src/providers
Argenis c7036d70ef
fix(provider): skip empty text content blocks in Anthropic API requests (#3515)
Filter out empty/whitespace-only text content blocks from assistant,
tool, and user messages before sending to the Anthropic API.

Closes #3483
2026-03-24 15:16:01 +03:00
..
anthropic.rs fix(provider): skip empty text content blocks in Anthropic API requests (#3515) 2026-03-24 15:16:01 +03:00
azure_openai.rs feat(providers): add Azure OpenAI provider support (#3246) 2026-03-12 00:06:11 -04:00
bedrock.rs Addressed clippy lint issues 2026-03-10 01:48:19 -04:00
compatible.rs feat(provider): support custom API path suffix for custom: endpoints (#3447) 2026-03-13 17:54:21 -04:00
copilot.rs fix(provider): preserve reasoning_content in tool-call conversation history 2026-02-22 17:40:48 +08:00
gemini.rs fix(ci): address strict-delta clippy blockers 2026-02-24 16:03:01 +08:00
glm.rs feat(proxy): add scoped proxy configuration and docs runbooks 2026-02-18 22:10:42 +08:00
mod.rs feat(providers): add 17 providers, total now 61 — most in any AI agent (#3492) 2026-03-24 15:15:57 +03:00
ollama.rs Allow ZEROCLAW_PROVIDER_URL env variable to override api_url (#3414) 2026-03-13 18:24:37 -04:00
openai_codex.rs feat(provider): support custom API path suffix for custom: endpoints (#3447) 2026-03-13 17:54:21 -04:00
openai.rs fix(provider): preserve reasoning_content in tool-call conversation history 2026-02-22 17:40:48 +08:00
openrouter.rs fix(ci): resolve lint and build failures in PR checks 2026-03-10 00:36:24 -04:00
reliable.rs fix(provider): preserve reasoning_content in tool-call conversation history 2026-02-22 17:40:48 +08:00
router.rs feat: add multimodal image marker support with Ollama vision 2026-02-19 21:25:21 +08:00
telnyx.rs test(telnyx): silence unused provider binding in constructor test 2026-02-21 17:38:27 +08:00
traits.rs fix(provider): preserve reasoning_content in tool-call conversation history 2026-02-22 17:40:48 +08:00