objectiveai-sdk 2.0.8

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "title": "cli.output.notification.functions.executions.Execution",
  "description": "Result of `functions executions create`.\n\nWire: `{\"type\":\"notification\",\"execution\":{\"output\":...}}`.\n\nPer-task / per-vote / reasoning errors are surfaced live during\nstreaming via `Output::Error` notifications (see the CLI's\nstreaming handler). They are NOT bundled into this payload.",
  "type": "object",
  "properties": {
    "execution": {
      "$ref": "cli.output.notification.functions.executions.ExecutionResult"
    }
  }
}