Plane docs
ApiSchemas

ToolCallOk

One shape from the contract, as it appears on the wire.

Used by sessions.annotate, sessions.events, sessions.send

Referenced from ToolCallResult

JSON Schema

{
  "type": "object",
  "properties": {
    "outcome": {
      "type": "string",
      "enum": [
        "ok"
      ]
    },
    "output": {},
    "blobs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BlobRef"
      }
    }
  },
  "required": [
    "outcome",
    "output"
  ],
  "additionalProperties": false
}

On this page