webwhiz-ai / webwhiz

WebWhiz allows you to create an AI chatbot that knows everything about your product and can instantly respond to your customer's queries.
https://www.webwhiz.ai/
GNU Affero General Public License v3.0
882 stars 148 forks source link

update output structure of get-messages public api #187

Closed hrithikt closed 3 months ago

hrithikt commented 3 months ago

New Message Structure: { id: string; role: string; content: string; timestamp: Date; }