[
{
"id": "msg_001",
"type": "user",
"content": "Hello, I need help with my order",
"createdAt": "2024-01-20T10:30:00Z"
},
{
"id": "msg_002",
"type": "assistant",
"content": "I'd be happy to help you with your order! Could you please provide your order number?",
"createdAt": "2024-01-20T10:30:05Z",
"metadata": {
"processingTime": 1.2,
"modelUsed": "gpt-4"
}
},
{
"id": "msg_003",
"type": "user",
"content": "Sure, it's #12345",
"createdAt": "2024-01-20T10:30:30Z"
},
{
"id": "msg_004",
"type": "tool",
"content": "Order #12345 found: Status - Shipped, Tracking: 1Z999AA1012345678",
"toolCallId": "call_abc123",
"createdAt": "2024-01-20T10:30:32Z"
},
{
"id": "msg_005",
"type": "assistant",
"content": "Great! I found your order #12345. It has been shipped and is currently in transit. Your tracking number is 1Z999AA1012345678.",
"createdAt": "2024-01-20T10:30:35Z"
}
]