ExampleMessages[]
.halguru.yaml ➤ ExampleMessages
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. |
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 |