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 CometChatMessageList.set(loadLastAgentConversation:) for AI agent chats. When enabled, the message list automatically loads the user's most recent conversation with the agent instead of starting a new chat session. The onLastAgentConversationLoaded callback provides the parent message ID, allowing the message composer to continue the conversation thread seamlessly.