Change8

2.0.3

📦 chainlitView on GitHub →
1 features🐛 4 fixes🔧 2 symbols

Summary

This release introduces translation support for the copy button and resolves several bugs related to thread initialization, element updates, and data layer operations. A critical dependency constraint for poetry-core was also updated.

Migration Steps

  1. If you are using Poetry for building, ensure your dependency constraints align with the forced update of poetry-core to be less than 2.0 to avoid build conflicts.

✨ New Features

  • Added translation functionality to the copy button.

🐛 Bug Fixes

  • A tool message is now correctly counted as the start of a thread.
  • Fixed an issue related to element.update functionality.
  • Resolved a bad type conversion error.
  • Fixed an issue in the data layer concerning create_element.

🔧 Affected Symbols

element.updatedata layer create_element