objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "title": "functions.alpha_vector.ScalarFunctionTaskExpression",
  "type": "object",
  "$ref": "RemotePath",
  "properties": {
    "input": {
      "$ref": "functions.expression.Expression"
    },
    "skip": {
      "anyOf": [
        {
          "$ref": "functions.expression.Expression"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    }
  }
}