v0.10.6
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 createDeveloperMessage
instances from various content types, enhancing message handling capabilities. This function supports strings, file paths, andBaseMessage
objects, with added error handling for non-existent file paths. (6cf6f39) (Eric Ma) - Implemented new test cases for the
dev()
function andDeveloperMessage
creation, ensuring the function handles a variety of input types correctly, including edge cases like non-existent files. (18b36ce) (Eric Ma)