Test OpenHands SDK webhook integration
This commit is contained in:
parent
b77903dc73
commit
651d364153
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
{
|
||||
"parameters": {
|
||||
"url": "http://172.18.0.1:3000/api/conversations",
|
||||
"url": "http://host.docker.internal:3000/api/conversations",
|
||||
"method": "POST",
|
||||
"sendBody": true,
|
||||
"bodyParameters": {
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
},
|
||||
{
|
||||
"parameters": {
|
||||
"url": "=http://172.18.0.1:3000/api/conversations/{{ $json.conversation_id }}",
|
||||
"url": "=http://host.docker.internal:3000/api/conversations/{{ $json.conversation_id }}",
|
||||
"method": "GET",
|
||||
"options": {
|
||||
"response": {
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
},
|
||||
{
|
||||
"parameters": {
|
||||
"url": "=http://172.18.0.1:3000/api/conversations/{{ $('Create OpenHands Session').item.json.conversation_id }}/events",
|
||||
"url": "=http://host.docker.internal:3000/api/conversations/{{ $('Create OpenHands Session').item.json.conversation_id }}/events",
|
||||
"method": "GET",
|
||||
"options": {
|
||||
"response": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue