Skip to content

v5.2.29

Choose a tag to compare

@github-actions github-actions released this 10 Sep 15:41
f797c3f
W-19307418 Fix wording (#95)

* refactor: Rename agent parameters computation method for clarity

- Updated the method name from _computeAgentParameters to _computeAgentParametersByMethod for better readability.
- Adjusted the parameter object to use isUserInput instead of isInputEnabled for improved clarity in the context of user input handling.

* 5.2.29

* chore: Reorder Playwright browser installation in GitHub Actions workflow

- Moved the installation of Playwright browsers to occur after dependency installation for improved workflow clarity and execution order.

* test: Rename test assertion for user input clarity

- Updated the test case from 'isInputEnabled' to 'isUserInput' to better reflect the parameter's purpose.
- Adjusted the assertion to check for 'isUserInput' instead of 'isInputEnabled' for improved clarity in the context of user input handling.