Skip to content

Prompts[]

.halguru.yamlPrompts

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.

Properties#

Name Type Required Description
Name Text ✔️ The name of the prompt.
Prompt MultilineText ✔️ The text content of the prompt.

Technical Information#

Property Value
Path Prompts[]
Internal Type AgentModels.AgentPrompt
Internal Root Type AgentConfiguration
File Extension .halguru.yaml
JSON Schema halguru-schema.json

Last updated: 2025-10-13
Autogenerated: Yes
AI powered: Yes
Core version: 1.66.0