We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9210af commit 1d68254Copy full SHA for 1d68254
packages/opencode/test/tool/tool.test.ts
@@ -7,6 +7,7 @@ import path from "path"
7
const ctx = {
8
sessionID: "test",
9
messageID: "",
10
+ toolCallID: "",
11
abort: AbortSignal.any([]),
12
metadata: () => {},
13
}
0 commit comments