View Source ExOpenAI.Components.LocalShellExecAction (ex_openai.ex v2.0.0-beta2)
Execute a shell command on the server.
Fields
:command- required -[String.t()]
The command to run.:env- required -map()
Environment variables to set for the command.:timeout_ms- optional -integer() | any():type- required -:exec
The type of the local shell action. Alwaysexec.
Allowed values:"exec"
Default:"exec":user- optional -String.t() | any():working_directory- optional -String.t() | any()