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
Name: Any text
Code: |
print("Hello world!")
ExplanationPrompt: |
Eplain data retrieval from the database.
Properties
| Name |
Type |
Required |
Description |
| Language |
Option |
✔️ |
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. |
| Name |
Text |
|
The name of the code connector to be used. |
| Code |
MultilineText |
|
Represents the python code to be executed. |
| ExplanationPrompt |
MultilineText |
|
Provides a descriptive explanation of the executed code. |
| Property |
Value |
| Path |
RunCode.Python |
| Internal Type |
ActionModels.RunPythonCodeHalPath |
| Internal Root Type |
ActionHalConfiguration |
| File Extension |
.halguru-action.yaml |
| JSON Schema |
halguru-action-schema.json |
| Last updated: | | 2025-12-05 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.75.0 |