CSharp
.halguru-action.yaml ➤ RunCode ➤ CSharp
Represents the C# code to be executed as part of the action. This property encapsulates the necessary details for executing the specified code logic, enabling interaction with or manipulation of the system based on the provided C# code.
RunCode:
CSharp:
Language: CSharp
Arguments: Any text
Code: Console.WriteLine("Hello world!");
ExplanationPrompt: Eplain the execution of the C# code.
| Name |
Description |
| Title |
C Sharp |
| Field Type |
Object |
| Required |
False |
Field List
| Name |
Type |
Required |
Description |
| Language |
Choice |
✔️ |
Specifies the C# code language to be used for executing the code. |
| Arguments |
Text |
|
Represents any command-line arguments to be passed to the code execution process. |
| Code |
Code |
✔️ |
Represents the C# code to be executed. |
| ExplanationPrompt |
Prompt |
|
Provides a descriptive explanation of the executed C# code. |
| Property |
Value |
| Path |
RunCode.CSharp |
| Internal Type |
ActionModels.RunCSharpCode |
| 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 |