Change type of metadata.tested_models.model to string

This commit is contained in:
Anton Prokhorov
2026-08-18 15:22:31 +00:00
committed by Yahor Berdnikau
parent 431b943b2f
commit 00c0c76c79
@@ -12,7 +12,7 @@ metadata:
version: "0.1.0"
tested_models:
provider: anthropic
model: [anthropic/claude-sonnet-5, anthropic/claude-opus-5]
model: "anthropic/claude-sonnet-5, anthropic/claude-opus-5"
agent_version: claude-code
last_eval: 2026-08-14
---