Bash
.halguru-action.yaml ➤ RunCode ➤ Bash
Represents the Bash script or commands to be executed within the system. This property encapsulates the necessary Bash code logic to perform the specified task or action.
RunCode:
Bash:
Language: Bash
Arguments: Any text
Code: echo "Hello world!"
ExplanationPrompt: Eplain output of the bash code execution.
| Name |
Description |
| Title |
Bash |
| Field Type |
Object |
| Required |
False |
Field List
| Name |
Type |
Required |
Description |
| Language |
Choice |
✔️ |
Specifies the bash code language to be used for executing the code. |
| Arguments |
Text |
|
Specifies the command-line arguments to be passed during the execution of the associated code. |
| Code |
Code |
✔️ |
Represents the bash code to be executed. |
| ExplanationPrompt |
Prompt |
|
Provides a descriptive explanation of the executed bash code. |
| Property |
Value |
| Path |
RunCode.Bash |
| Internal Type |
ActionModels.RunBashCode |
| Internal Root Type |
ActionHalGuru |
| File Extension |
.halguru-action.yaml |
| JSON Schema |
halguru-action-schema.json |
| Last updated: | | 2026-03-19 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.93.0 |