This commit is contained in:
Mathias Gesbert 2026-01-28 18:34:16 +01:00 committed by Mathias Gesbert
parent d33db9fff8
commit bd3497b1c0
11 changed files with 37 additions and 41 deletions

View file

@ -25,7 +25,7 @@ class TestACPInitialize:
),
)
assert response.agent_info == Implementation(
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="2.0.0"
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="2.0.1"
)
assert response.auth_methods == []
@ -48,7 +48,7 @@ class TestACPInitialize:
),
)
assert response.agent_info == Implementation(
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="2.0.0"
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="2.0.1"
)
assert response.auth_methods is not None