aviz85 / aviz-bot

A comprehensive solution for creating, deploying, and maintaining chatbots across various platforms.
0 stars 0 forks source link

Adapt history handling for various chatbots #2

Open mentatbot[bot] opened 4 days ago

mentatbot[bot] commented 4 days ago

This update adapts the history handling mechanism from the omnibot to other chatbot implementations. The get_chat_response method in each chatbot now accepts a history parameter, which is used to initialize the conversation history. This ensures consistent handling of conversation history across different chatbot implementations while allowing for specific scenarios unique to each bot.

Closes #1