Update workflow to use OpenHands IP 172.18.0.6
This commit is contained in:
parent
7a2b4a222c
commit
7e7d95d3dc
|
|
@ -21,7 +21,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"url": "http://172.18.0.1:3000/api/conversations",
|
"url": "http://172.18.0.6:3000/api/conversations",
|
||||||
"method": "POST",
|
"method": "POST",
|
||||||
"sendBody": true,
|
"sendBody": true,
|
||||||
"bodyParameters": {
|
"bodyParameters": {
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"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",
|
"method": "POST",
|
||||||
"sendBody": true,
|
"sendBody": true,
|
||||||
"specifyBody": "json",
|
"specifyBody": "json",
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"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",
|
"method": "GET",
|
||||||
"options": {
|
"options": {
|
||||||
"response": {
|
"response": {
|
||||||
|
|
@ -165,7 +165,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"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",
|
"method": "GET",
|
||||||
"options": {
|
"options": {
|
||||||
"response": {
|
"response": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue