Plane docs
ApiSchemas

ToolLoadingPolicy

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

Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions

JSON Schema

{
  "type": "object",
  "properties": {
    "mode": {
      "$ref": "#/components/schemas/ToolLoadingMode"
    },
    "autoThreshold": {
      "type": "integer",
      "minimum": 1
    }
  },
  "required": [
    "mode"
  ],
  "additionalProperties": false
}

On this page