Skip to content

ExampleMessages[]

.halguru.yamlExampleMessages

Represents example messages that showcase input-output interactions for an agent, typically used for demonstration or testing purposes.

ExampleMessages:
  - Question: What is the weather like today?
    Answer: It is sunny today.

Properties#

Name Type Required Description
Question Text ✔️ The message provided as input by the user.
Answer Text ✔️ The response message generated by the service.

Technical Information#

Property Value
Path ExampleMessages[]
Internal Type AgentModels.AgentExampleMessage
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