File size: 10,725 Bytes
abc1963
c69ef3e
c232e44
 
 
 
 
 
 
 
0fd8446
c232e44
ba9285c
63d0776
 
c232e44
63d0776
 
 
 
 
 
c232e44
0fd8446
4af6326
9ead915
4af6326
 
 
 
8525542
06bd1d1
 
 
 
 
 
 
 
3ba9c0c
 
4af6326
db06845
bc1cf4e
3ba9c0c
 
8525542
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4af6326
 
 
db06845
4af6326
 
bc1cf4e
7286745
bc1cf4e
 
7286745
 
8525542
7286745
bc1cf4e
1006c22
c232e44
f80b091
4af6326
 
db06845
4af6326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ae074fc
4af6326
ae074fc
 
 
 
 
 
 
 
4af6326
 
 
 
f80b091
ae074fc
 
 
 
 
 
4af6326
ae074fc
 
 
ba9285c
ae074fc
 
ba9285c
ae074fc
 
 
 
 
3c8b24f
7286745
3c8b24f
 
ae074fc
 
 
 
 
 
 
 
7286745
3c8b24f
 
7286745
3c8b24f
 
 
 
7286745
3c8b24f
ba9285c
3c8b24f
 
 
 
 
 
 
 
 
 
 
ae074fc
 
 
 
 
db06845
 
 
 
 
 
 
 
c232e44
 
 
 
3c8b24f
 
 
 
0fd8446
c232e44
0fd8446
c232e44
 
abc1963
3c8b24f
 
 
 
abc1963
3c8b24f
 
abc1963
 
ba9285c
abc1963
3c8b24f
abc1963
 
 
3c8b24f
 
 
 
 
 
 
abc1963
06bd1d1
 
 
 
 
 
 
 
 
 
 
 
3c8b24f
06bd1d1
 
 
 
 
3c8b24f
06bd1d1
 
 
 
 
abc1963
06bd1d1
 
 
 
 
abc1963
06bd1d1
 
 
 
 
abc1963
 
c232e44
 
3c8b24f
c232e44
0fd8446
c232e44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4af6326
 
 
 
a1c5622
c232e44
 
 
 
 
 
 
 
 
 
11e3c5e
 
 
0fd8446
 
11e3c5e
 
 
 
 
 
 
0fd8446
 
11e3c5e
0fd8446
 
11e3c5e
 
 
 
 
c232e44
 
 
 
63d0776
 
c232e44
bc1cf4e
c232e44
 
 
 
 
 
 
 
ba9285c
bc1cf4e
ba9285c
c232e44
 
 
 
ba9285c
c232e44
 
4af6326
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
import { useEffect, useMemo, useRef, useState } from 'react';
import { CodeBlock } from '@/components/ui/CodeBlock';
import {
  IconCheckCircle,
  IconCodeWrap,
  IconCrossCircle,
  IconLandingAI,
  IconListUnordered,
  IconTerminalWindow,
  IconUser,
  IconGlowingDot,
} from '@/components/ui/Icons';
import { WIPChunkBodyGroup, formatStreamLogs } from '@/lib/utils/content';
import {
  Table,
  TableBody,
  TableCell,
  TableHead,
  TableHeader,
  TableRow,
} from '../ui/Table';
import { Button } from '../ui/Button';
import { Dialog, DialogContent, DialogTrigger } from '../ui/Dialog';
import Img from '../ui/Img';
import CodeResultDisplay from '../CodeResultDisplay';
import { useAtom } from 'jotai';
import { selectedMessageId } from '@/state/chat';
import { Message } from '@prisma/client';
import { Separator } from '../ui/Separator';
import { cn } from '@/lib/utils';
import toast from 'react-hot-toast';
import {
  EXECUTE_CODE_FAILURE_TITLE,
  EXECUTE_CODE_SUCCESS_TITLE,
  EXECUTE_CODE_TITLE,
  GENERATE_CODE_TITLE,
  PLAN_TITLE,
  TOOLS_TITLE,
} from '@/lib/constants';

export interface ChatMessageProps {
  message: Message;
  loading?: boolean;
  wipAssistantMessage?: PrismaJson.MessageBody[];
}

const getParsedStreamLogs = (content: string) => {
  const streamLogs = content.split('\n').filter(log => !!log);

  const buffer = streamLogs.pop();
  const parsedStreamLogs: WIPChunkBodyGroup[] = [];
  try {
    streamLogs.forEach(streamLog =>
      parsedStreamLogs.push(JSON.parse(streamLog)),
    );
  } catch {
    toast.error('Error parsing stream logs');
  }

  if (buffer) {
    try {
      const lastLog = JSON.parse(buffer);
      parsedStreamLogs.push(lastLog);
    } catch {
      console.log(buffer);
    }
  }
  return parsedStreamLogs;
};

export const ChatMessage: React.FC<ChatMessageProps> = ({
  message,
  wipAssistantMessage,
  loading,
}) => {
  const [messageId, setMessageId] = useAtom(selectedMessageId);
  const { id, mediaUrl, prompt, response, result, responseBody } = message;
  const { formattedSections, finalResult, finalError } = useMemo(
    () =>
      formatStreamLogs(
        wipAssistantMessage ??
          responseBody ??
          (response ? getParsedStreamLogs(response) : []),
        result,
      ),
    [wipAssistantMessage, responseBody, response, result],
  );
  return (
    <div
      className={cn(
        'rounded-md bg-muted border border-muted p-4 pb-5 mb-4 relative',
        messageId === id && 'lg:border-primary/50',
        result && 'lg:cursor-pointer',
      )}
      onClick={() => {
        if (result) {
          setMessageId(id);
        }
      }}
    >
      <div className="flex">
        <div className="flex size-8 shrink-0 select-none items-center justify-center rounded-md border shadow bg-background">
          <IconUser />
        </div>
        <div className="flex-1 px-1 ml-4 space-y-2 overflow-hidden">
          <p>{prompt}</p>
          {mediaUrl && (
            <>
              {mediaUrl?.endsWith('.mp4') ? (
                <video src={mediaUrl} controls width={400} height={400} />
              ) : (
                <Dialog>
                  <DialogTrigger asChild>
                    <Img src={mediaUrl} alt={mediaUrl} width={300} />
                  </DialogTrigger>
                  <DialogContent className="max-w-5xl">
                    <Img src={mediaUrl} alt={mediaUrl} quality={100} />
                  </DialogContent>
                </Dialog>
              )}
            </>
          )}
        </div>
      </div>
      {!!formattedSections.length && (
        <>
          <Separator className="bg-primary/30 my-4" />
          <div className="flex">
            <div className="flex size-8 shrink-0 select-none items-center justify-center rounded-md border shadow bg-primary text-primary-foreground">
              <IconLandingAI />
            </div>
            <div className="flex-1 px-1 space-y-4 ml-4 overflow-hidden">
              <Table className="w-[400px]">
                <TableBody>
                  {formattedSections.map((section, index) => (
                    <TableRow
                      className="border-primary/50 h-[56px]"
                      key={index}
                    >
                      <TableCell className="text-center text-webkit-center">
                        {ChunkStatusToIconDict[section.status]}
                      </TableCell>
                      <TableCell className="font-medium">
                        <ChunkTypeToText
                          useTimer={!finalResult && !finalError}
                          chunk={section}
                        />
                      </TableCell>
                      <TableCell className="text-right">
                        <ChunkPayloadAction payload={section.payload} />
                      </TableCell>
                    </TableRow>
                  ))}
                </TableBody>
              </Table>
              {finalResult && (
                <>
                  <div className="xl:hidden">
                    <CodeResultDisplay codeResult={finalResult} />
                  </div>
                  <p>✨ Coding complete</p>
                </>
              )}
              {!finalResult && finalError && (
                <>
                  <p>❌ {finalError.name}</p>
                  <div>
                    <CodeBlock
                      language="error"
                      value={
                        finalError.value +
                        '\n' +
                        finalError.traceback_raw.join('\n')
                      }
                    />
                  </div>
                </>
              )}
            </div>
          </div>
        </>
      )}
      <div
        className={cn(
          'w-1/3 h-1 rounded-full overflow-hidden bg-zinc-700 absolute left-1/2 -translate-x-1/2 bottom-2',
          loading ? 'opacity-100' : 'opacity-0',
        )}
      >
        <div className="h-full bg-primary animate-progress origin-left-right" />
      </div>
    </div>
  );
};

const ChunkStatusToIconDict: Record<
  WIPChunkBodyGroup['status'],
  React.ReactElement
> = {
  started: <IconGlowingDot className="bg-yellow-500/80" />,
  completed: <IconCheckCircle className="text-green-500" />,
  running: <IconGlowingDot className="bg-teal-500/80" />,
  failed: <IconCrossCircle className="text-red-500" />,
};
const ChunkTypeToText: React.FC<{
  chunk: WIPChunkBodyGroup;
  useTimer: boolean;
}> = ({ chunk, useTimer }) => {
  const { status, type, timestamp, duration } = chunk;

  const [mSeconds, setMSeconds] = useState(0);
  const isExecuting = !['completed', 'failed'].includes(status);

  useEffect(() => {
    if (isExecuting && timestamp && useTimer) {
      const timerId = setInterval(() => {
        setMSeconds(Date.now() - Date.parse(timestamp));
      }, 200);
      return () => clearInterval(timerId);
    }
  }, [isExecuting, timestamp, useTimer]);

  const displayMs = isExecuting && useTimer ? mSeconds : duration;

  const durationDisplay = displayMs
    ? `(${Math.round(displayMs / 100) / 10}s)`
    : '';

  if (type === 'plans')
    return (
      <p>
        {PLAN_TITLE} {durationDisplay}
      </p>
    );
  if (type === 'tools')
    return (
      <p>
        {TOOLS_TITLE} {durationDisplay}
      </p>
    );
  if (type === 'code' && status === 'started')
    return (
      <p>
        {GENERATE_CODE_TITLE} {durationDisplay}
      </p>
    );
  if (type === 'code' && status === 'running')
    return (
      <p>
        {EXECUTE_CODE_TITLE} {durationDisplay}
      </p>
    );
  if (type === 'code' && status === 'completed')
    return (
      <p>
        {EXECUTE_CODE_SUCCESS_TITLE} {durationDisplay}
      </p>
    );
  if (type === 'code' && status === 'failed')
    return (
      <p>
        {EXECUTE_CODE_FAILURE_TITLE} {durationDisplay}
      </p>
    );

  return null;
};
const ChunkPayloadAction: React.FC<{
  payload: WIPChunkBodyGroup['payload'];
}> = ({ payload }) => {
  if (!payload) return null;
  if (Array.isArray(payload)) {
    // [{title: 123, content, 345}, {title: ..., content: ...}] => ['title', 'content']
    const keyArray = Array.from(
      payload.reduce((acc, curr) => {
        Object.keys(curr).forEach(key => acc.add(key));
        return acc;
      }, new Set<string>()),
    );

    return (
      <Dialog>
        <DialogTrigger asChild>
          <Button variant="ghost" size="icon">
            <IconListUnordered />
          </Button>
        </DialogTrigger>
        <DialogContent
          className="max-w-5xl"
          onOpenAutoFocus={e => e.preventDefault()}
        >
          <Table>
            <TableHeader>
              <TableRow className="border-primary/50">
                {keyArray.map(header => (
                  <TableHead key={header}>{header}</TableHead>
                ))}
              </TableRow>
            </TableHeader>
            <TableBody>
              {payload.map((line, index) => (
                <TableRow className="border-primary/50" key={index}>
                  {keyArray.map(header =>
                    header === 'documentation' ? (
                      <TableCell key={header}>
                        <Dialog>
                          <DialogTrigger asChild>
                            <Button
                              variant="ghost"
                              size="icon"
                              className="size-8 ml-[40%]"
                            >
                              <IconTerminalWindow className="text-teal-500 size-4" />
                            </Button>
                          </DialogTrigger>
                          <DialogContent className="max-w-5xl">
                            <CodeBlock language="md" value={line[header]} />
                          </DialogContent>
                        </Dialog>
                      </TableCell>
                    ) : (
                      <TableCell key={header}>{line[header]}</TableCell>
                    ),
                  )}
                </TableRow>
              ))}
            </TableBody>
          </Table>
        </DialogContent>
      </Dialog>
    );
  } else if ((payload as PrismaJson.FinalCodeBody['payload']).code) {
    return (
      <Dialog>
        <DialogTrigger asChild>
          <Button variant="ghost" size="icon">
            <IconCodeWrap />
          </Button>
        </DialogTrigger>
        <DialogContent className="max-w-5xl">
          <CodeResultDisplay
            codeResult={payload as PrismaJson.FinalCodeBody['payload']}
          />
        </DialogContent>
      </Dialog>
    );
  }
  return null;
};

export default ChatMessage;