Skip to content

Commit a2cd832

Browse files
author
Clawdbot
committed
fix(tools): restore tool display serializer export
1 parent 1773b62 commit a2cd832

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/agents/tool-display-config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,3 +569,9 @@ export const TOOL_DISPLAY_CONFIG: ToolDisplayConfig = {
569569
},
570570
},
571571
};
572+
573+
export function serializeToolDisplayConfig(
574+
config: ToolDisplayConfig = TOOL_DISPLAY_CONFIG,
575+
): string {
576+
return `${JSON.stringify(config, null, 2)}\n`;
577+
}

0 commit comments

Comments
 (0)