Vitrous commited on
Commit
78f1bb1
·
verified ·
1 Parent(s): 529859b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
- "persona_desc": "Persona description of the AI assistant"
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