v2.2.1 (#403)
Co-authored-by: Quentin Torroba <quentin.torroba@mistral.ai> Co-authored-by: Vincent Guilloux <vincent.guilloux@mistral.ai> Co-authored-by: Thomas Kenbeek <thomas.kenbeek@mistral.ai> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
ec7f3b25ea
commit
a560a47ce8
52 changed files with 1026 additions and 562 deletions
|
|
@ -193,5 +193,5 @@ async def test_ui_rebuilds_history_when_whats_new_is_shown(
|
|||
|
||||
assert message._content == "Hello from the previous session."
|
||||
assert whats_new_message is not None
|
||||
assert "after-history" in whats_new_message.classes
|
||||
assert children == [message, assistant_message, whats_new_message]
|
||||
assert whats_new_message.parent is not messages_area
|
||||
assert children == [message, assistant_message]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue