Plane docs
ApiSchemas

ModelRetryReason

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

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

Referenced from ModelRequestRetriedEvent, SessionResumedEvent

JSON Schema

{
  "anyOf": [
    {
      "type": "string",
      "enum": [
        "server_restart"
      ]
    }
  ]
}

On this page