Guided chat resolution
chat_guided_resolution_v1
kind: resolution
chat
Purpose
Provide the next single troubleshooting step for chat interaction
Required inputs
✅ Allowed actions
Success outputs
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"
}