Custom
.halguru.yaml ➤ StaticMessages[] ➤ Custom
Gets or sets the custom static message associated with the agent.
StaticMessages:
- Custom:
Name: My Custom Message
Message: Hello world!
| Name |
Description |
| Title |
Custom |
| Field Type |
Object |
| Required |
False |
Field List
| Name |
Type |
Required |
Description |
| Name |
Text |
✔️ |
The name of the static message for the agent. |
| Message |
Prompt |
✔️ |
Content of the static message for the agent. |
This property represents a customizable static message defined in the agent's configuration. It utilizes the type to define the path and metadata for the message within the agent's static message structure.
| Property |
Value |
| Path |
StaticMessages[].Custom |
| Internal Type |
AgentModels.StaticMessagesModels.CustomStaticMessage |
| Internal Root Type |
AgentHalGuru |
| File Extension |
.halguru.yaml |
| JSON Schema |
halguru-schema.json |
| Last updated: | | 2026-03-19 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.93.0 |