objectiveai-sdk 2.0.8

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "title": "functions.check.VectorFieldsValidation",
  "description": "The 4 fields needed to validate a vector function's split/merge behavior.",
  "type": "object",
  "properties": {
    "input_merge": {
      "$ref": "functions.expression.Expression"
    },
    "input_schema": {
      "$ref": "functions.expression.InputSchema"
    },
    "input_split": {
      "$ref": "functions.expression.Expression"
    },
    "output_length": {
      "$ref": "functions.expression.Expression"
    }
  }
}