Hey, I have a custom tool that returns in json format but the agent keep converting its output to natural language in response, how can I keep the json in the response. Tool output: {
"title": " Orders by Status",
"names": ["Cancelled", "Shipped", "Shipped and Delivered"],
"amount": [3, 14, 6]
} response: Here's a visualization of the of orders by status:
- Cancelled: 3 orders
- Shipped: 14 orders
- Shipped and Delivered: 6 orders