Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/tools/bash-session.ts
Result of executing a command in a bash session.
Properties
| Property | Type |
|---|---|
stdout | string |
stderr | string |
exitCode | number |
timedOut | boolean |
cwd | string |
Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/tools/bash-session.ts
Result of executing a command in a bash session.
| Property | Type |
|---|---|
stdout | string |
stderr | string |
exitCode | number |
timedOut | boolean |
cwd | string |
Was this page helpful?