We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd19c06 commit 26823a4Copy full SHA for 26823a4
1 file changed
src/agents/bash-tools.exec-foreground-failures.test.ts
@@ -38,6 +38,7 @@ describe("exec foreground failures", () => {
38
39
const result = await tool.execute("call-timeout", {
40
command: longDelayCmd,
41
+ host: "gateway",
42
});
43
44
expect(result.content[0]?.type).toBe("text");
0 commit comments