You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.