Currently, retrieving the ToolContext in the todoEventHandler is cumbersome. I'd like to put the ToolContext into a threadlocal or ScopedValue object in the Advisor. For example, I want to send the current task status in the TodoEventHandler for user information.
If there is such a need, I can submit a PR.
Currently, retrieving the ToolContext in the todoEventHandler is cumbersome. I'd like to put the ToolContext into a threadlocal or ScopedValue object in the Advisor. For example, I want to send the current task status in the TodoEventHandler for user information.
If there is such a need, I can submit a PR.