Update README.md
Browse files
README.md
CHANGED
@@ -54,6 +54,7 @@ Starts a new conversation thread with a provided user message prompt.
|
|
54 |
|
55 |
```json
|
56 |
{
|
|
|
57 |
"response": {
|
58 |
"user": "User's message prompt",
|
59 |
"assistant": "Generated response from the chatbot"
|
@@ -70,7 +71,7 @@ Starts a new chat thread with a provided user message prompt and persona descrip
|
|
70 |
```json
|
71 |
{
|
72 |
"msg_prompt": "User's message prompt",
|
73 |
-
"
|
74 |
}
|
75 |
```
|
76 |
|
|
|
54 |
|
55 |
```json
|
56 |
{
|
57 |
+
"thread_id": id of the conversation,
|
58 |
"response": {
|
59 |
"user": "User's message prompt",
|
60 |
"assistant": "Generated response from the chatbot"
|
|
|
71 |
```json
|
72 |
{
|
73 |
"msg_prompt": "User's message prompt",
|
74 |
+
"instructions_prompt": "Persona description of the AI assistant. it must be well decsribed with proper grammar and and isntructions,intensions etc of the assistant for better results"
|
75 |
}
|
76 |
```
|
77 |
|