{
"role": "user",
"parts": [
{
"text": "string",
"inlineData": {
"mimeType": "image/jpeg",
"data": "string"
},
"fileData": {
"mimeType": "string",
"fileUri": "https://generativelanguage.googleapis.com/v1beta/files/abc123"
},
"functionCall": {
"name": "string",
"args": {}
},
"functionResponse": {
"name": "string",
"response": {}
},
"thought": true,
"executableCode": {
"language": "PYTHON",
"code": "string"
},
"codeExecutionResult": {
"outcome": "OUTCOME_OK",
"output": "string"
}
}
]
}