Canonical runtime-backed view of the artifact, independent from metadata governance.
{
"definition": {
"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"
},
"kind": "tool",
"summary": {
"description": "Generate an image using the Imaginos AI model based on a detailed text prompt. Returns the path to the generated image.",
"id": "hera_draw",
"kind": "tool",
"path": "Tools/global/ai/hera_draw.json",
"title": "hera_draw"
},
"validation_issues": []
}