mirror of
https://github.com/getpaseo/paseo.git
synced 2026-08-15 04:42:45 +00:00
refactor tool-call detail contract for unknown tools
This commit is contained in:
@@ -344,8 +344,8 @@ describe("DaemonClient", () => {
|
||||
status: "inProgress",
|
||||
detail: {
|
||||
type: "unknown",
|
||||
rawInput: { command: "pwd" },
|
||||
rawOutput: null,
|
||||
input: { command: "pwd" },
|
||||
output: null,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user