Required prerequisites
Motivation
I found that although send_message_to_user in the current workforce provides the ability to send messages during an action, it does not store those messages in the context. Therefore, we need an additional decorator to enable reasoning during actions and insert the generated content into the context.
To avoid affecting other tools, we can first create such a decorator specifically for the browser_toolkit and test whether it improves performance.
Solution
No response
Alternatives
No response
Additional context
No response