Skip to content

v0.10.6

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 13:58
· 4 commits to main since this release

Version 0.10.6

This release introduces new functionalities for handling developer messages and improves the robustness of message creation with additional test coverage.

New Features

  • Added a new dev function to create DeveloperMessage instances from various content types, enhancing message handling capabilities. This function supports strings, file paths, and BaseMessage objects, with added error handling for non-existent file paths. (6cf6f39) (Eric Ma)
  • Implemented new test cases for the dev() function and DeveloperMessage creation, ensuring the function handles a variety of input types correctly, including edge cases like non-existent files. (18b36ce) (Eric Ma)

Bug Fixes

Deprecations