Shell
이 콘텐츠는 아직 번역되지 않았습니다.
Executes shell commands on behalf of the agent.
Methods
Section titled “Methods”run(action): Promise<ShellResult>;Runs the given action and returns the resulting output.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
{ |
|
|
|
|
|
|
|
|
|
Returns
Section titled “Returns”Promise<ShellResult>