From 7e7d95d3dc6574a762078ecf9d5c17a2ddab18a9 Mon Sep 17 00:00:00 2001 From: Git Admin Date: Sun, 30 Nov 2025 18:24:35 +0000 Subject: [PATCH] Update workflow to use OpenHands IP 172.18.0.6 --- openhands-workflow-with-verification.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openhands-workflow-with-verification.json b/openhands-workflow-with-verification.json index 9a48659..3738aa6 100644 --- a/openhands-workflow-with-verification.json +++ b/openhands-workflow-with-verification.json @@ -21,7 +21,7 @@ }, { "parameters": { - "url": "http://172.18.0.1:3000/api/conversations", + "url": "http://172.18.0.6:3000/api/conversations", "method": "POST", "sendBody": true, "bodyParameters": { @@ -48,7 +48,7 @@ }, { "parameters": { - "url": "=http://172.18.0.1:3000/api/conversations/{{ $json.conversation_id }}/start", + "url": "=http://172.18.0.6:3000/api/conversations/{{ $json.conversation_id }}/start", "method": "POST", "sendBody": true, "specifyBody": "json", @@ -81,7 +81,7 @@ }, { "parameters": { - "url": "=http://172.18.0.1:3000/api/conversations/{{ $('1. Create Conversation').item.json.conversation_id }}", + "url": "=http://172.18.0.6:3000/api/conversations/{{ $('1. Create Conversation').item.json.conversation_id }}", "method": "GET", "options": { "response": { @@ -165,7 +165,7 @@ }, { "parameters": { - "url": "=http://172.18.0.1:3000/api/conversations/{{ $('1. Create Conversation').item.json.conversation_id }}/events", + "url": "=http://172.18.0.6:3000/api/conversations/{{ $('1. Create Conversation').item.json.conversation_id }}/events", "method": "GET", "options": { "response": {