Adding basic-messenger-cli to README
This commit is contained in:
parent
ffe3584e98
commit
b71ab9dc0f
38
README.md
38
README.md
@ -114,24 +114,28 @@ curl --location 'https://router.ivastudio.verint.live/ProxyScript/run/67bca86221
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"id": "resp_c8191807-c478-41d0-a73c-68d361eae5a3",
|
"id": "resp_c8191807-c478-41d0-a73c-68d361eae5a3",
|
||||||
"object": "response",
|
"object": "response",
|
||||||
"created_at": 1745609627,
|
"created_at": 1745609627,
|
||||||
"status": "completed",
|
"status": "completed",
|
||||||
"model": "main",
|
"model": "main",
|
||||||
"output": [
|
"output": [
|
||||||
|
{
|
||||||
|
"type": "message",
|
||||||
|
"id": "msg_ef591b4c-b08b-49fe-85a5-306c94269bf6",
|
||||||
|
"role": "assistant",
|
||||||
|
"content": [
|
||||||
{
|
{
|
||||||
"type": "message",
|
"type": "output_text",
|
||||||
"id": "msg_ef591b4c-b08b-49fe-85a5-306c94269bf6",
|
"text": "Can you provide the zip code for Chicago?",
|
||||||
"role": "assistant",
|
"annotations": []
|
||||||
"content": [
|
|
||||||
{
|
|
||||||
"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/)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user