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
|
|
@ -34,12 +34,11 @@ def test_run_programmatic_preload_streaming_is_batched(
|
|||
|
||||
with mock_backend_factory(
|
||||
Backend.MISTRAL,
|
||||
lambda provider, **kwargs: FakeBackend([
|
||||
lambda provider, **kwargs: FakeBackend(
|
||||
mock_llm_chunk(
|
||||
content="Decorators are wrappers that modify function behavior.",
|
||||
finish_reason="stop",
|
||||
content="Decorators are wrappers that modify function behavior."
|
||||
)
|
||||
]),
|
||||
),
|
||||
):
|
||||
cfg = VibeConfig(
|
||||
session_logging=SessionLoggingConfig(enabled=False),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue