This commit is contained in:
Quentin Torroba 2025-12-24 13:44:00 +01:00 committed by Quentin
parent 078693fc64
commit c79e2cf487
14 changed files with 123 additions and 20 deletions

View file

@ -41,7 +41,7 @@ class TestACPInitialize:
),
)
assert response.agentInfo == Implementation(
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="1.3.0"
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="1.3.1"
)
assert response.authMethods == []
@ -63,7 +63,7 @@ class TestACPInitialize:
),
)
assert response.agentInfo == Implementation(
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="1.3.0"
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="1.3.1"
)
assert response.authMethods is not None