Commit eb979e3
committed
fix(e2e): add max_turns to SIMULATED_V1 dataset examples
The dataset-lifecycle SIMULATED_V1 test was failing in CloudFormation
with "'max_turns' must be an integer" because the inline example
fixtures omitted the required field. Add max_turns to both examples so
the AgentCore Dataset resource passes schema validation.1 parent dfde466 commit eb979e3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | | - | |
| 376 | + | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
0 commit comments