CodeSnippets[]
.halguru.yaml ➤ CodeSnippets
Represents a collection of code snippets that are part of the agent's configuration. These code snippets encapsulate reusable pieces of logic or functionality within the context of the agent's operations.
CodeSnippets:
- Name: Any text
Language: Python
Code: Any text
Description: |
Any text
with multiple lines
Properties
| Name |
Type |
Required |
Description |
| Name |
Text |
✔️ |
The name of the code snippet. |
| Language |
Option |
✔️ |
The programming language of the code snippet. |
| Code |
Text |
✔️ |
The code snippet. |
| Description |
MultilineText |
|
The description of the code snippet. |
| Property |
Value |
| Path |
CodeSnippets[] |
| Internal Type |
AgentModels.CodeHalItem |
| Internal Root Type |
AgentHalConfiguration |
| File Extension |
.halguru.yaml |
| JSON Schema |
halguru-schema.json |
| Last updated: | | 2025-12-05 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.75.0 |