mirror of
https://github.com/mistralai/mistral-vibe
synced 2026-04-25 17:14:55 +02:00
v1.2.0
Co-Authored-By: Quentin Torroba <quentin.torroba@mistral.ai> Co-Authored-By: Michel Thomazo <michel.thomazo@mistral.ai> Co-Authored-By: Kracekumar <kracethekingmaker@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ class TestACPInitialize:
|
||||
),
|
||||
)
|
||||
assert response.agentInfo == Implementation(
|
||||
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="1.1.3"
|
||||
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="1.2.0"
|
||||
)
|
||||
|
||||
assert response.authMethods == []
|
||||
@@ -63,7 +63,7 @@ class TestACPInitialize:
|
||||
),
|
||||
)
|
||||
assert response.agentInfo == Implementation(
|
||||
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="1.1.3"
|
||||
name="@mistralai/mistral-vibe", title="Mistral Vibe", version="1.2.0"
|
||||
)
|
||||
|
||||
assert response.authMethods is not None
|
||||
|
||||
Reference in New Issue
Block a user