ACP: default stream delivery to final_only

This commit is contained in:
Onur
2026-03-01 13:11:19 +01:00
committed by Onur Solmaz
parent 4e2efaf659
commit 4a82012461
3 changed files with 9 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ import { createAcpTestConfig } from "./test-fixtures/acp-runtime.js";
describe("acp stream settings", () => {
it("resolves stable defaults", () => {
const settings = resolveAcpProjectionSettings(createAcpTestConfig());
expect(settings.deliveryMode).toBe("live");
expect(settings.deliveryMode).toBe("final_only");
expect(settings.repeatSuppression).toBe(true);
expect(settings.maxTurnChars).toBe(24_000);
expect(settings.maxMetaEventsPerTurn).toBe(64);