objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "title": "functions.PlaceholderScalarFunctionTask",
  "description": "A compiled placeholder scalar function task.\n\nAlways produces `Scalar(0.5)` before the output expression\nis applied.",
  "type": "object",
  "properties": {
    "input": {
      "description": "The resolved input.",
      "$ref": "functions.expression.InputValue"
    },
    "input_schema": {
      "description": "JSON Schema defining the expected input structure.",
      "$ref": "functions.expression.InputSchema"
    },
    "output": {
      "description": "Expression to transform the fixed 0.5 output.",
      "$ref": "functions.expression.Expression"
    }
  }
}