I have a few tools for my agent; some of them return artifacts.
When two tools run in parallel and one of them returns an artifact, the same artifact is shown multiple times.
For example:
Assume there are two tools: Tool A and Tool B. Tool B returns an artifact along with other data.
Tool A and Tool B are executed at the same time.
Tool B takes 5 seconds, and Tool A takes 10 seconds.
The artifact from Tool B is shown once at 5 seconds when Tool B finishes execution, and then the same artifact is shown again at 10 seconds when Tool A finishes execution.
