// Notification 1 (partial)
{
"jsonrpc": "2.0",
"method": "chat/update",
"params": {
"conversationId": "f2a5aefb-7538-4044-9684-b68dd8256014",
"updateNumber": 1,
"content": [
{
"type": "text",
"text": "Here"
}
],
"isPartial": true
}
}
// Notification 2 (partial)
{
"jsonrpc": "2.0",
"method": "chat/update",
"params": {
"conversationId": "f2a5aefb-7538-4044-9684-b68dd8256014",
"updateNumber": 3,
"content": [
{
"type": "text",
"text": "Here are some ideas of questions you can ask to explore AWS service usage data:\n\n1. [Show total AWS service usage by region](#ask)\n2. [Which company used the most AWS resources last month?](#ask)\n3. [Visualize service usage by category (compute, storage, etc.)](#ask)\n4. [Top 5 AWS services by overall usage](#ask)\n5. [Which regions see the highest demand for S3?](#ask)\n6. [Compare usage between two companies](#ask)\n7. [What are the most popular services for machine learning?](#ask)\n8. [Which companies have stopped using AWS recently?](#ask)\n9."
}
],
"isPartial": true
}
}
// Notification 3 (final notification)
{
"jsonrpc": "2.0",
"method": "chat/update",
"params": {
"conversationId": "f2a5aefb-7538-4044-9684-b68dd8256014",
"updateNumber": 5,
"content": [
{
"type": "text",
"text": "Here are some ideas of questions you can ask to explore AWS service usage data:\n\n1. [Show total AWS service usage by region](#ask)\n2. [Which company used the most AWS resources last month?](#ask)\n3. [Visualize service usage by category (compute, storage, etc.)](#ask)\n4. [Top 5 AWS services by overall usage](#ask)\n5. [Which regions see the highest demand for S3?](#ask)\n6. [Compare usage between two companies](#ask)\n7. [What are the most popular services for machine learning?](#ask)\n8. [Which companies have stopped using AWS recently?](#ask)\n9. [Breakdown of service usage by industry](#ask)\n10. [How does EC2 usage vary across regions?](#ask)\n\nFeel free to pick any of these or ask your own custom questions!"
}
],
"isPartial": false
}
}
// Final Tool Call Response
{
"jsonrpc": "2.0",
"result": {
"structuredContent": {
"content": [
{
"type": "text",
"text": "Here are some ideas of questions you can ask to explore AWS service usage data:\n\n1. [Show total AWS service usage by region](#ask)\n2. [Which company used the most AWS resources last month?](#ask)\n3. [Visualize service usage by category (compute, storage, etc.)](#ask)\n4. [Top 5 AWS services by overall usage](#ask)\n5. [Which regions see the highest demand for S3?](#ask)\n6. [Compare usage between two companies](#ask)\n7. [What are the most popular services for machine learning?](#ask)\n8. [Which companies have stopped using AWS recently?](#ask)\n9. [Breakdown of service usage by industry](#ask)\n10. [How does EC2 usage vary across regions?](#ask)\n\nFeel free to pick any of these or ask your own custom questions!",
},
]
},
"_meta": {
"conversationId": "f2a5aefb-7538-4044-9684-b68dd8256014",
"streamed": true,
"totalUpdates": 3
}
},
"id": 2
}