v2.9.5 (#676)
Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com> Co-authored-by: Mathias Gesbert <mathias.gesbert@mistral.ai> Co-authored-by: allansimon-mistral <allan.simon@ext.mistral.ai> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
4972dd5694
commit
b23f49e5f4
74 changed files with 2342 additions and 240 deletions
|
|
@ -80,8 +80,15 @@ def test_run_programmatic_preload_streaming_is_batched(
|
|||
new_session = [
|
||||
e for e in telemetry_events if e.get("event_name") == "vibe.new_session"
|
||||
]
|
||||
|
||||
assert len(new_session) == 0
|
||||
|
||||
session_closed = [
|
||||
e for e in telemetry_events if e.get("event_name") == "vibe.session_closed"
|
||||
]
|
||||
assert len(session_closed) == 1
|
||||
assert session_closed[0]["properties"]["agent_entrypoint"] == "programmatic"
|
||||
|
||||
assert (
|
||||
spy.emitted[0][1] == "You are Vibe, a super useful programming assistant."
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue