Co-Authored-By: Michel Thomazo <michel.thomazo@mistral.ai>
This commit is contained in:
Mathias Gesbert 2026-01-12 17:47:25 +01:00 committed by Mathias Gesbert
parent add3ab5245
commit 79f215d91c
8 changed files with 34 additions and 15 deletions

View file

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