From 4070f53a27381e29c46e85816a548781c1668f18 Mon Sep 17 00:00:00 2001 From: Thomas Sidebottom Date: Thu, 18 Apr 2024 09:52:20 -0400 Subject: [PATCH] Added new Builtin to capabilities.json The DecisionLabelAdd Builtin was added to the capabilities.json file to allow it to be tracked. Signed-off-by: Thomas Sidebottom --- capabilities.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/capabilities.json b/capabilities.json index 06c04773c1..2466dbbd70 100644 --- a/capabilities.json +++ b/capabilities.json @@ -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": {