You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the merge of the new ChatMessage (deepset-ai/haystack#8640), I ran the unit tests of core integrations with Haystack main branch (as also our nightly runs do) and I found several minor errors to fix.
Most of the errors involve
ChatMessage class methods invoked with content instead of text
I will open several different PRs: if the change involves the actual code and not only tests, we need to separately release each one of the affected integrations.
The text was updated successfully, but these errors were encountered:
After the merge of the new
ChatMessage
(deepset-ai/haystack#8640), I ran the unit tests of core integrations with Haystack main branch (as also our nightly runs do) and I found several minor errors to fix.Most of the errors involve
ChatMessage
class methods invoked withcontent
instead oftext
content
attribute (instead oftext
) - I tried to do this in Update all components withChatMessage
to usetext
instead ofcontent
#1236 but I forgot somethingI will open several different PRs: if the change involves the actual code and not only tests, we need to separately release each one of the affected integrations.
The text was updated successfully, but these errors were encountered: