Commits
Click on a commit to change the comparison rangefix(core): fix BaseMessage .text() filtering out blocks with text
BaseMessage .text() filters for type "text" when content is a list of dict. Concatenated messages can result in type != "text" but containing a text prop. This results in calling .text() on the message but receiving "".
If a text prop is present, include it.