Co-Authored-By: Quentin Torroba <quentin.torroba@mistral.ai>
This commit is contained in:
Mathias Gesbert 2025-12-18 18:12:18 +01:00 committed by Quentin
parent d8dbeeb31e
commit 402e898f39
10 changed files with 26 additions and 17 deletions

View file

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