🎐 SyntheticOutputTool.ts

This commit is contained in:
nirholas
2026-03-31 10:24:05 +00:00
parent 2382144b9a
commit 1b22574f67

View File

@@ -161,3 +161,4 @@ function buildSyntheticOutputTool(
return { error: e instanceof Error ? e.message : String(e) }
}
}