Update World Model Test Case
lyzr_world_model_update_test_caseUpdate an existing test case in a world model by modifying its name, user input, expected output, and optionally linking a persona or scenario.
Instructions
Update a test case on a world model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Test case name | |
| persona_id | No | Persona id to associate with this test case | |
| user_input | Yes | The simulated user input | |
| scenario_id | No | Scenario id to associate with this test case | |
| test_case_id | Yes | The test case id to update | |
| world_model_id | Yes | The world model id | |
| expected_output | Yes | The expected agent output |