hokusai/tests
Konstantin Fickel 6a9d7efd5d
All checks were successful
Continuous Integration / Build Package (push) Successful in 34s
Continuous Integration / Lint, Check & Test (push) Successful in 53s
fix: send images to Mistral as base64 vision chunks instead of placeholders
The text provider now includes reference_images alongside inputs when
building prompts. Image files are sent as base64 data URLs via
ImageURLChunk for actual multimodal vision support, replacing the
previous [Attached image: ...] placeholder text.
2026-02-14 17:45:39 +01:00
..
__init__.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00
conftest.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00
test_builder.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
test_cli.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00
test_config.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
test_graph.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
test_providers.py fix: send images to Mistral as base64 vision chunks instead of placeholders 2026-02-14 17:45:39 +01:00
test_state.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00