mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-23 12:40:42 +08:00
* update ConversationMessage in protocal.py * updated ConversationMessage instantiations in tasks.py and util.py to include message_id and frontend_message_id * changed message_id and frontend_message_id to type UUID * update ConversationMessage instantiation in main.py to include message_id and frontend_message_id" * changed frontend_message_id to type str * ran precomit