Returns the sum of input values
{
"type": "object",
"properties": {
"array": {
"type": "array",
"description": "the array of numbers to calculate the sum of",
"items": {
"type": "integer"
}
}
},
"required": [
"array"
]
}
{
"type": "number"
}
[
":agentId"
]
[
":agentId"
]
[
":agentId"
]
{
"array": [
1
]
}
{}
1
{
"array": [
1,
2
]
}
{}
3
{
"array": [
1,
2,
3
]
}
{}
6
Satoshi Nakajima
https://github.com/receptron/graphai
MIT