fix: stabilize pty tests and media kind
This commit is contained in:
@@ -10,7 +10,7 @@ afterEach(() => {
|
||||
test("exec supports pty output", async () => {
|
||||
const tool = createExecTool({ allowBackground: false });
|
||||
const result = await tool.execute("toolcall", {
|
||||
command: "node -e \"process.stdout.write('ok')\"",
|
||||
command: 'node -e "process.stdout.write(String.fromCharCode(111,107))"',
|
||||
pty: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user