We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c5853 commit d12a1d0Copy full SHA for d12a1d0
1 file changed
llms/extensions/computer_use/run.py
@@ -29,6 +29,7 @@ async def run(
29
return (
30
process.returncode or 0,
31
maybe_truncate(stdout.decode(), truncate_after=truncate_after),
32
+ maybe_truncate(stderr.decode(), truncate_after=truncate_after),
33
)
34
except asyncio.TimeoutError as exc:
35
with contextlib.suppress(ProcessLookupError):
0 commit comments