v2.2.0 (#395)
Co-authored-by: Quentin Torroba <quentin.torroba@mistral.ai> Co-authored-by: Clément Siriex <clement.sirieix@mistral.ai> Co-authored-by: Kim-Adeline Miguel <kimadeline.miguel@mistral.ai> Co-authored-by: Michel Thomazo <michel.thomazo@mistral.ai> Co-authored-by: Clément Drouin <clement.drouin@mistral.ai>
This commit is contained in:
parent
51fecc67d9
commit
ec7f3b25ea
107 changed files with 8002 additions and 535 deletions
|
|
@ -451,6 +451,18 @@ class TestSessionUpdates:
|
|||
),
|
||||
),
|
||||
)
|
||||
|
||||
commands_response_text = await read_response(process)
|
||||
assert commands_response_text is not None
|
||||
commands_response = UpdateJsonRpcNotification.model_validate(
|
||||
json.loads(commands_response_text)
|
||||
)
|
||||
assert commands_response.params is not None
|
||||
assert (
|
||||
commands_response.params.update.session_update
|
||||
== "available_commands_update"
|
||||
)
|
||||
|
||||
user_response_text = await read_response(process)
|
||||
assert user_response_text is not None
|
||||
user_response = UpdateJsonRpcNotification.model_validate(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue