Prompts[]
.halguru.yaml ➤ Prompts[]
Represents the collection of prompts defined within the agent's configuration. These prompts serve as customizable inputs or directives influencing the behavior and responses of the agent during its operation.
Prompts:
- Name: My prompt
Prompt: You're a helpful assistant.
| Name |
Description |
| Title |
Prompts |
| Field Type |
ObjectList |
| Required |
True |
Field List
Name is the primary key and should be unique in the Prompts[] list.
| Name |
Type |
Required |
Description |
| Name |
Text |
✔️ |
The name of the prompt. |
| Prompt |
Prompt |
✔️ |
The text content of the prompt. |
| Property |
Value |
| Path |
Prompts[] |
| Internal Type |
AgentModels.PromptItem |
| 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 |