Is your feature request related to a problem? Please describe.
Currently we are only displaying the stack trace. The user needs to understand themselves what this thread is doing.
Describe the solution you'd like
Display the information what the thread is doing. The idea is to AI to detect what the thread is doing. The easiest way is to build a model which labels each thread with some basic information what it is doing.
Describe alternatives you've considered
An alternative is to use watsonx prompt but it will describe the thread which will be more difficult then to e.g. group threads.