v1.2.2
Co-Authored-By: Quentin Torroba <quentin.torroba@mistral.ai> Co-Authored-By: Michel Thomazo <michel.thomazo@mistral.ai>
This commit is contained in:
parent
402e898f39
commit
2e1e15120d
32 changed files with 391 additions and 549 deletions
|
|
@ -116,9 +116,9 @@ class TestMultiSessionCore:
|
|||
)
|
||||
session2 = acp_agent.sessions[session2_response.sessionId]
|
||||
|
||||
backend._chunks = [
|
||||
mock_llm_chunk(content="Response 1", finish_reason="stop"),
|
||||
mock_llm_chunk(content="Response 2", finish_reason="stop"),
|
||||
backend._streams = [
|
||||
[mock_llm_chunk(content="Response 1")],
|
||||
[mock_llm_chunk(content="Response 2")],
|
||||
]
|
||||
|
||||
async def run_session1():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue