mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 01:43:44 +00:00
ACP: hide tool_call tags by default
This commit is contained in:
@@ -55,7 +55,8 @@ describe("acp stream settings", () => {
|
||||
|
||||
it("uses default tag visibility when no override is provided", () => {
|
||||
const settings = resolveAcpProjectionSettings(createAcpTestConfig());
|
||||
expect(isAcpTagVisible(settings, "tool_call")).toBe(true);
|
||||
expect(isAcpTagVisible(settings, "tool_call")).toBe(false);
|
||||
expect(isAcpTagVisible(settings, "tool_call_update")).toBe(false);
|
||||
expect(isAcpTagVisible(settings, "usage_update")).toBe(false);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user