Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkePilon authored Jan 17, 2023
1 parent e6cff01 commit 3bddd8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ print(chat) # {'message': "It's been great! How about yours?", 'time': '11', 'e
#### Context
> **Note**
> Your context will not always be used in the response message is is not a code bug but a YouChat thing. Note its still in beta
YouDotCom's YouChat feature is a powerful tool that allows for context to be utilized in your conversations. By passing a list or a file in the JSON format, you can provide the chatbot with additional information to better understand and respond to your questions.

To use the context option, you can change the way you send your message by changing the `Chat.send_message` method. This method allows you to pass in a driver, a message, and a context_form_file or a context parameter.
Expand Down

0 comments on commit 3bddd8f

Please sign in to comment.