Plane docs
ApiSchemas

MessageMode

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

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

Referenced from UserMessageEvent

JSON Schema

{
  "type": "string",
  "enum": [
    "enqueue",
    "steer"
  ]
}

On this page