refactor tool-call detail contract for unknown tools

This commit is contained in:
Mohamed Boudra
2026-02-09 16:50:04 +07:00
parent ef29319baf
commit 7ec3f2d3cf
31 changed files with 228 additions and 177 deletions

View File

@@ -344,8 +344,8 @@ describe("DaemonClient", () => {
status: "inProgress",
detail: {
type: "unknown",
rawInput: { command: "pwd" },
rawOutput: null,
input: { command: "pwd" },
output: null,
},
},
},