v2.0.1
This commit is contained in:
parent
d33db9fff8
commit
bd3497b1c0
11 changed files with 37 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue