objectiveai-sdk 2.0.8

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "title": "functions.alpha_scalar.RemoteFunction",
  "anyOf": [
    {
      "title": "Branch",
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "input_schema": {
          "$ref": "functions.expression.ObjectInputSchema"
        },
        "tasks": {
          "type": "array",
          "items": {
            "$ref": "functions.alpha_scalar.BranchTaskExpression"
          }
        },
        "type": {
          "type": "string",
          "enum": [
            "alpha.scalar.branch.function"
          ]
        }
      }
    },
    {
      "title": "Leaf",
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "input_schema": {
          "$ref": "functions.expression.ObjectInputSchema"
        },
        "tasks": {
          "type": "array",
          "items": {
            "$ref": "functions.alpha_scalar.LeafTaskExpression"
          }
        },
        "type": {
          "type": "string",
          "enum": [
            "alpha.scalar.leaf.function"
          ]
        }
      }
    }
  ]
}