v1.2.1
Co-Authored-By: Quentin Torroba <quentin.torroba@mistral.ai>
This commit is contained in:
parent
d8dbeeb31e
commit
402e898f39
10 changed files with 26 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue