[ ] Changes to dev-tools e.g. CI config / github tooling
[ ] Docs
[x] Bug fixes
[ ] Code refactor
If the model makes more than one tool call in a single message, we previously would capture on the last tool output and display that for all tool calls. This allows the message to carry more than one tool output for display.
This PR contains:
If the model makes more than one tool call in a single message, we previously would capture on the last tool output and display that for all tool calls. This allows the message to carry more than one tool output for display.