← All contracts

Rank possible resolution contracts

rank_candidate_resolution_contracts_v1

kind: diagnostic chat email

Purpose

Generate and rank possible resolution contracts based on signals and channel

Required inputs

signal_set channel

✅ Allowed actions

rank_contracts

Success outputs

candidate_contracts ranked_contracts selected_next_contract
Raw JSON
{
  "allowed_actions": [
    "rank_contracts"
  ],
  "applicable_channels": [
    "chat",
    "email"
  ],
  "contract_id": "rank_candidate_resolution_contracts_v1",
  "kind": "diagnostic",
  "purpose": "Generate and rank possible resolution contracts based on signals and channel",
  "required_inputs": [
    "signal_set",
    "channel"
  ],
  "success_outputs": [
    "candidate_contracts",
    "ranked_contracts",
    "selected_next_contract"
  ],
  "title": "Rank possible resolution contracts"
}
Raw JSON API →    ← All contracts