Plane docs
ApiSchemas

ToolCallHook

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

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

Referenced from ToolCallPolicy

JSON Schema

{
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionHook"
    },
    {
      "$ref": "#/components/schemas/InlineHook"
    }
  ]
}

On this page