← All contracts

Guided chat resolution

chat_guided_resolution_v1

kind: resolution chat

Purpose

Provide the next single troubleshooting step for chat interaction

Required inputs

selected_contract signal_set

✅ Allowed actions

generate_next_step_instruction

Success outputs

chat_next_step_instruction
Raw JSON
{
  "allowed_actions": [
    "generate_next_step_instruction"
  ],
  "applicable_channels": [
    "chat"
  ],
  "contract_id": "chat_guided_resolution_v1",
  "kind": "resolution",
  "purpose": "Provide the next single troubleshooting step for chat interaction",
  "required_inputs": [
    "selected_contract",
    "signal_set"
  ],
  "success_outputs": [
    "chat_next_step_instruction"
  ],
  "title": "Guided chat resolution"
}
Raw JSON API →    ← All contracts