diff --git a/stories/Integration.stories.tsx b/stories/Integration.stories.tsx index 10d0373..92c9279 100644 --- a/stories/Integration.stories.tsx +++ b/stories/Integration.stories.tsx @@ -5,15 +5,12 @@ import { Chat, Session, SessionsList, - SessionsGroup, - SessionListItem, NewSessionButton, SessionMessages, SessionGroups, ChatInput, SessionMessagePanel, - SessionMessagesHeader, - SessionMessage + SessionMessagesHeader } from '../src'; import { Input } from 'reablocks'; import { generateText } from 'ai'; @@ -152,32 +149,12 @@ export const _OpenAI = () => { > - - {groups => - groups.map(({ heading, sessions }) => ( - - {sessions.map(s => ( - - ))} - - )) - } - + - - {conversations => - conversations.map((conversation, index) => ( - - )) - } - + @@ -320,32 +297,12 @@ export const VercelAI = () => { > - - {groups => - groups.map(({ heading, sessions }) => ( - - {sessions.map(s => ( - - ))} - - )) - } - + - - {conversations => - conversations.map((conversation, index) => ( - - )) - } - +