You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Tries an expression and returns its value if error-free. If the expression returns an error, an alternative value will be returned when provided otherwise the function will return null.",
5
+
"arguments": [
6
+
{"arg":"expression","description":"the expression which should be run"},
7
+
{"arg":"alternative","optional":true,"description":"the result which will be returned if the expression returns an error."}
0 commit comments