-
Suggestion
-
Resolution: Unresolved
-
None
Issue Summary
The Rovo agent is configured to generate test cases, each consisting of a Name, Description, and Test Steps (formatted in a table). While the agent functions correctly with a limit of 10 test cases, attempting to generate more than 10 results in an incomplete output, with the process consistently halting after producing the 10th test case. This suggests a limitation related to the handling of larger requests which could be handled better, so it tells why its not giving complete result.
Steps to Reproduce
- Log in to the platform where the Rovo agent is configured
- In the forge, set the output limit for the Rovo agent to request more than 10 test cases (e.g., set the limit to 15 or 20).
- Execute the Rovo agent to generate test cases and each consisting of a Name, Description, and Test Steps.
- Observe the output generated by the agent.
- Note that the agent produces 10 complete test cases but stops abruptly after the 10th case, with no further cases generated.
- However, continues with next batch when requested for all test cases.
Expected Results
If the output reaches a certain limit it should explain why it doesn’t give the results you expect in the product instead of abruptly stopping generating the cases.
Actual Results
It should explain why it doesn’t give the results you expect in the product instead of abruptly stopping generating the cases when hitting the limit.
Workaround
NA