Trying to build this agent to create product photograpghy. using http to connect to my gemini server. Gemini has this code that I need to put "{
"contents": [
{
"role": "user",
"fileURL": "{{ $('Download Image').item.json['Product URL'] }}",
"parts": [
{
"text": "{{ $json.message.content }}"
}
]
}
],
"generationConfig": {
"temperature": 1.4
},
"responseModalities": ["TEXT", "IMAGE"]
}
"
But I dont know what I need to put in TEXT n IMAGE
to convert the image into 64string