WTH no action data shown in Assist Debug

While I appreciate being able to debug the assist pipeline, I think the functionality is limited.

Especially when using LLM based assist pipelines I want to see the exact action that is send to home assistant, with all devices/ areas/ parameters.
Right now I only see

Response type action_done
    response_type: action_done
    data:
      targets: []
      success:
        - name: Kitchenlamp
          type: entity
          id: light.kitchenlamp

But it does not show which action was used and the parameters associated.

Thanks for reading and voting!