Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.25 KB

File metadata and controls

38 lines (29 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.2 - 2024-11-09

Added

  • Enhanced Function Calling support with improved tool calls handling
  • Added comprehensive test suite with example usage
  • Added proper error handling for API responses

Changed

  • Improved URL handling in BaseAPIHandler
  • Enhanced ChatMessage class to handle tool calls and function calls
  • Updated type hints and documentation
  • Restructured code for better maintainability

Fixed

  • URL joining issues in API requests
  • Stream handling improvements
  • Better error handling for API responses

0.1.1 - 2024-11-08

Added

  • Updated the README file for better visual understanding.

Fixed

  • Resolved bugs in the streaming functionality.

0.1.0 - 2024-11-07

Added

  • Initial release