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
|
||||
{
|
||||
"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/)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user