18 lines
407 B
JSON
18 lines
407 B
JSON
|
|
{
|
||
|
|
"type": "preset",
|
||
|
|
"presetId": "addtwonumbers",
|
||
|
|
"presetName": "addtwonumbers",
|
||
|
|
"baseComponentCode": "basics.calculator",
|
||
|
|
"description": "Add two numbers: 5 and 3",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"author": "System",
|
||
|
|
"createdAt": "2026-02-11T11:16:32.694Z",
|
||
|
|
"inputs": {
|
||
|
|
"operator": "add",
|
||
|
|
"args": [5, 3]
|
||
|
|
},
|
||
|
|
"metadata": {
|
||
|
|
"tags": ["addition", "simple"],
|
||
|
|
"category": "examples"
|
||
|
|
}
|
||
|
|
}
|