Python
.halguru-action.yaml ➤ RunCode ➤ Python
Represents the Python code to be executed as part of an action. This property encapsulates the necessary details for executing logic written in Python, enabling interaction with or manipulation of the system through Python scripting.
RunCode:
Python:
Language: Python
Arguments: Any text
Code: print("Hello world!")
ExplanationPrompt: Eplain data retrieval from the database.
| Name |
Description |
| Title |
Python |
| Field Type |
Object |
| Required |
False |
Field List
| Name |
Type |
Required |
Description |
| Language |
Choice |
✔️ |
Specifies the python 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 python code to be executed. |
| ExplanationPrompt |
Prompt |
|
Provides a descriptive explanation of the executed code. |
| Property |
Value |
| Path |
RunCode.Python |
| Internal Type |
ActionModels.RunPythonCode |
| 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 |