Add MessageHistory component to documentation

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-02-29 17:38:09 -03:00
commit cb782d1873
2 changed files with 22 additions and 6 deletions

View file

@ -16,10 +16,6 @@ class MessageHistoryComponent(CustomComponent):
"display_name": "Sender Type",
},
"sender_name": {"display_name": "Sender Name"},
"file_path": {
"display_name": "File Path",
"info": "Path of the local JSON file to store the messages. It should be a unique path for each chat history.",
},
"n_messages": {
"display_name": "Number of Messages",
"info": "Number of messages to retrieve.",