Skip to content

Commit

Permalink
Added new Builtin to capabilities.json
Browse files Browse the repository at this point in the history
The DecisionLabelAdd Builtin was added to the capabilities.json file to allow it to be tracked.

Signed-off-by: Thomas Sidebottom <thomas.sidebottom@va.gov>
  • Loading branch information
tsidebottom committed Apr 18, 2024
1 parent aa3ebd5 commit 4070f53
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions capabilities.json
Expand Up @@ -895,6 +895,32 @@
"type": "function"
}
},
{
"name": "decision.label.add",
"decl": {
"args": [
{
"type": "string"
},
{
"type": "any"
}
],
"result": {
"dynamic": {
"key": {
"type": "string"
},
"value": {
"type": "any"
}
},
"type": "object"
},
"type": "function"
},
"nondeterministic": true
},
{
"name": "div",
"decl": {
Expand Down

0 comments on commit 4070f53

Please sign in to comment.