{
"contents": [
{
"role": "user",
"parts": [
{
"text": "string",
"inlineData": {
"mimeType": "string",
"data": "string"
}
}
]
}
],
"systemInstruction": {
"parts": [
{
"text": "string"
}
]
},
"generationConfig": {
"temperature": 1,
"topP": 0,
"topK": 0,
"maxOutputTokens": 2048,
"responseMimeType": "text/plain",
"responseJsonSchema": {},
"thinkingConfig": {
"thinkingLevel": "high"
}
},
"safetySettings": [
{
"category": "HARM_CATEGORY_HARASSMENT",
"threshold": "BLOCK_NONE"
}
],
"tools": [
{}
]
}