- Add validation for instrument calls - Minor Bug Fix
0.2.0
- Add 'cid' to ConversationHistory to make conversations query separable - Enhance the save method on Persistence to board 'cid' - Enhance the find method on Persistence to board 'cid' - Fix on empty function calls for OpenAIChat - Minor Bug Fixing
0.1.14
- Added AutoPersonnel class to auto build characters using GPT Complete. - Added save_json method on BasePersonnel to save the personnel's data as a JSON - Added OpenAIComplete for GPT Generate and Complete method - Minor Bug Fixes
0.1.12
- Added extra packaging for 'database' and 'function' - Added more characters (Claude Monet, Pablo Picasso, and Van Gogh) - Minor Bug Fixes
0.1.8
- Added Postgres Persistence - Added MySQL Persistence - Added Unit Test for Persistence - Revise Unit Test for Interface - Minor Bug Fixes
0.1.7
- Added 'clear' method for BasePersistence - Added 'clear' method for MemoryPersistence - Added 'clear' method for SQLitePersistence - Added Error Management for Unfulfilled Credential - Minor Bug Fixes