Test OpenHands SDK webhook integration
This commit is contained in:
parent
b77903dc73
commit
651d364153
|
|
@ -27,7 +27,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"url": "http://172.18.0.1:3000/api/conversations",
|
"url": "http://host.docker.internal:3000/api/conversations",
|
||||||
"method": "POST",
|
"method": "POST",
|
||||||
"sendBody": true,
|
"sendBody": true,
|
||||||
"bodyParameters": {
|
"bodyParameters": {
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"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",
|
"method": "GET",
|
||||||
"options": {
|
"options": {
|
||||||
"response": {
|
"response": {
|
||||||
|
|
@ -158,7 +158,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"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",
|
"method": "GET",
|
||||||
"options": {
|
"options": {
|
||||||
"response": {
|
"response": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue