{ "title": "OpenClaw Conversation", "config": { "step": { "user": { "title": "OpenClaw Conversation Setup", "description": "Configure the OpenClaw conversation agent.", "data": { "openclaw_host": "OpenClaw Host", "openclaw_port": "OpenClaw Port", "agent_name": "Agent Name", "timeout": "Timeout (seconds)" } } }, "error": { "cannot_connect": "Failed to connect to OpenClaw. Please check the host and port.", "unknown": "Unexpected error occurred." }, "abort": { "already_configured": "OpenClaw Conversation is already configured." } }, "options": { "step": { "init": { "title": "OpenClaw Conversation Options", "data": { "agent_name": "Agent Name", "timeout": "Timeout (seconds)" } } } } }