Summary
Add the Task ID generated by the A2A server at the end of the streaming output.
This is useful in particular when using submit-streaming, because the chunks could get noisy and if I want to refer back to the Task ID I have to list the tasks before I can retrieve it - extra unnecessary step.
Ideally at the end of the stream I would like to see basic information like Task ID perhaps also how many tokens I spent on this particular run, how many tool calls were and a summary of the process in general.
Acceptance Criteria