{
"stop_reason": "string",
"stop_sequence": "string",
"id": "string",
"type": "string",
"role": "string",
"model": "string",
"content": [
{
"tool_use_id": "string",
"type": "string",
"text": "string",
"id": "string",
"name": "string",
"input": {
"key": {}
},
"content": {},
"citations": [
{
"encrypted_index": "string",
"cited_text": "string",
"type": "string",
"url": "string",
"title": "string"
}
]
}
],
"usage": {
"input_tokens": 0,
"output_tokens": 0,
"cache_creation_input_tokens": 0,
"cache_read_input_tokens": 0,
"server_tool_use": {
"web_search_requests": 0,
"web_fetch_requests": 0
}
}
}