{
"function": {
"description": "Generate an image using the Imaginos AI model based on a detailed text prompt. Returns the path to the generated image.",
"name": "hera_draw",
"parameters": {
"properties": {
"prompt": {
"description": "A very detailed description of the image to generate. Include style, lighting, subject matter, and composition.",
"type": "string"
}
},
"required": [
"prompt"
],
"type": "object"
}
},
"type": "function"
}