/* This file is the descriptor for custom structured agent block florent-block */
{
    "meta" : {
        "label": "Shortcut story retriever",
        "description": "To retrieve a shortcut story, use this block",
        "icon": "dku-icon-deep-learning-32"
    },
    "pyClazzName": "shortcutmanagement.structured-agent-block.CustomStructuredAgentBlock",
    "params": [
        {
            "type" : "SEPARATOR",
            "label": "API Key"
        },
        {
            "type": "PRESET",
            "name": "api_key",
            "label": "Your shortcut API Token",
            "parameterSetId": "shortcut-token"
        },
        {
            "type" : "SEPARATOR",
            "label": "Output"
        },
        {
            "type": "BOOLEAN",
            "name": "send_to_user",
            "label": "Send to user",
            "description": "Send output to user."
        },
        {
            "type": "STRING",
            "name": "state_key",
            "label": "State key",
            "description": "Key to store in the state"
        },
        {
            "type" : "SEPARATOR",
            "label": "Next block"
        }
    ]
}
