test(ai): Add image input test for Anthropic Haiku 3.5

- Added image handling test for Claude 3.5 Haiku
- Ensures vision capabilities are properly tested
This commit is contained in:
Mario Zechner 2025-08-30 23:00:30 +02:00
parent cff766d3e2
commit f8a81b9453
9 changed files with 24 additions and 20 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-ai",
"version": "0.5.13",
"version": "0.5.14",
"description": "Unified LLM API with automatic model discovery and provider configuration",
"type": "module",
"main": "./dist/index.js",