- channels/telegram.rs: support photo messages in parse_update_message; add resolve_photo_data_uri() to fetch, download and resize images to 512px via Telegram getFile API before base64 encoding - providers/bedrock.rs: add parse_user_content_blocks() to extract [IMAGE:data:...] markers and build proper Bedrock image content blocks; apply to both chat() and chat_with_system() paths; set vision: true in provider capabilities - Cargo.toml: add image crate v0.25 (jpeg/png) for server-side resize |
||
|---|---|---|
| .. | ||
| anthropic.rs | ||
| bedrock.rs | ||
| compatible.rs | ||
| copilot.rs | ||
| gemini.rs | ||
| glm.rs | ||
| mod.rs | ||
| ollama.rs | ||
| openai_codex.rs | ||
| openai.rs | ||
| openrouter.rs | ||
| reliable.rs | ||
| router.rs | ||
| traits.rs | ||