diff --git a/README.md b/README.md index e9af07f..6e5727e 100644 --- a/README.md +++ b/README.md @@ -114,24 +114,28 @@ curl --location 'https://router.ivastudio.verint.live/ProxyScript/run/67bca86221 ```json { - "id": "resp_c8191807-c478-41d0-a73c-68d361eae5a3", - "object": "response", - "created_at": 1745609627, - "status": "completed", - "model": "main", - "output": [ + "id": "resp_c8191807-c478-41d0-a73c-68d361eae5a3", + "object": "response", + "created_at": 1745609627, + "status": "completed", + "model": "main", + "output": [ + { + "type": "message", + "id": "msg_ef591b4c-b08b-49fe-85a5-306c94269bf6", + "role": "assistant", + "content": [ { - "type": "message", - "id": "msg_ef591b4c-b08b-49fe-85a5-306c94269bf6", - "role": "assistant", - "content": [ - { - "type": "output_text", - "text": "Can you provide the zip code for Chicago?", - "annotations": [] - } - ] + "type": "output_text", + "text": "Can you provide the zip code for Chicago?", + "annotations": [] } - ] + ] + } + ] } ``` + +#### CLI client for basic_messenger + +You can find an example CLI client (using Node.js) [here](./Applications/basic-messenger-cli/)