{pluginInfo.description}
26 |12 | This chat won't appear in your history, and no data from these 13 | conversations will be stored or retained. To clear the chat, simply 14 | reload the page or click the "Clear chat" button. 15 |
16 |What was wrong?
24 |{children}
24 | ), 25 | }; 26 | 27 | export const ReasoningMarkdown: React.FC<{ content: string }> = ({ 28 | content, 29 | }) => { 30 | return ( 31 |
24 | {block.seconds}
25 |
26 |
42 | ),
43 | },
44 | })
45 | .then(setNodes)
46 | .finally(() => setIsLoading(false));
47 | }, [code, lang, resolvedTheme]);
48 |
49 | if (isLoading) {
50 | return (
51 | {showPassword ? 'Hide password' : 'Show password'}
44 |