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",
"version": "0.5.13",
"version": "0.5.14",
"description": "CLI tool for managing vLLM deployments on GPU pods",
"type": "module",
"bin": {
@ -34,7 +34,7 @@
"node": ">=20.0.0"
},
"dependencies": {
"@mariozechner/pi-agent": "^0.5.13",
"@mariozechner/pi-agent": "^0.5.14",
"chalk": "^5.5.0"
},
"devDependencies": {}