objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "title": "functions.executions.response.streaming.FunctionExecutionTaskChunk",
  "type": "object",
  "properties": {
    "created": {
      "type": "integer",
      "minimum": 0,
      "maximum": 18446744073709551615
    },
    "error": {
      "anyOf": [
        {
          "$ref": "error.ResponseError"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    },
    "function": {
      "anyOf": [
        {
          "$ref": "RemotePath"
        },
        {
          "type": "null"
        }
      ]
    },
    "id": {
      "type": "string"
    },
    "index": {
      "type": "integer",
      "minimum": 0,
      "maximum": 18446744073709551615
    },
    "object": {
      "$ref": "functions.executions.response.streaming.Object"
    },
    "output": {
      "anyOf": [
        {
          "$ref": "functions.executions.response.Output"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    },
    "profile": {
      "anyOf": [
        {
          "$ref": "RemotePath"
        },
        {
          "type": "null"
        }
      ]
    },
    "reasoning": {
      "anyOf": [
        {
          "$ref": "functions.executions.response.streaming.ReasoningSummaryChunk"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    },
    "retry_token": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    },
    "split_index": {
      "anyOf": [
        {
          "type": "integer",
          "minimum": 0,
          "maximum": 18446744073709551615
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    },
    "swiss_pool_index": {
      "anyOf": [
        {
          "type": "integer",
          "minimum": 0,
          "maximum": 18446744073709551615
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    },
    "swiss_round": {
      "anyOf": [
        {
          "type": "integer",
          "minimum": 0,
          "maximum": 18446744073709551615
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    },
    "task_index": {
      "type": "integer",
      "minimum": 0,
      "maximum": 18446744073709551615
    },
    "task_path": {
      "type": "array",
      "items": {
        "type": "integer",
        "minimum": 0,
        "maximum": 18446744073709551615
      }
    },
    "tasks": {
      "type": "array",
      "items": {
        "$ref": "functions.executions.response.streaming.TaskChunk"
      }
    },
    "tasks_errors": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    },
    "usage": {
      "anyOf": [
        {
          "$ref": "agent.completions.response.Usage"
        },
        {
          "type": "null"
        }
      ],
      "omitempty": true
    }
  }
}