TestScenarios[]
.halguru.yaml ➤ TestScenarios[]
Represents the list of test cases used to validate and ensure the behavior of an agent meets its expected responses and specifications based on predefined scenarios.
TestScenarios:
- Name: Scenario 1
TestCases: []
| Name |
Description |
| Title |
Test Scenarios |
| Field Type |
ObjectList |
| Required |
False |
Field List
Name is the primary key and should be unique in the TestScenarios[] list.
| Name |
Type |
Required |
Description |
| Name |
Text |
✔️ |
The name of the test scenario. |
| TestCases[] |
ObjectList |
|
The test cases for the scenario. |
| Property |
Value |
| Path |
TestScenarios[] |
| Internal Type |
AgentModels.TestScenarioItem |
| 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 |