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
Added the CardMessage class for receiving developer card messages, providing access to the card payload, fallback text, and data.text content.
Added the onCardMessageReceived callback to MessageListener, enabling real-time delivery of card messages.
Added AIAssistantCardStartedEvent, AIAssistantCardReceivedEvent, and AIAssistantCardEndedEvent to support AI assistant card streaming through onAIAssistantEventReceived.
Added the AIAssistantElement model with getType() and getData() methods, enabling access to ordered content blocks within AI assistant messages.