| 1 | import React, { useState, useEffect, useRef, useCallback } from 'react'; |
| 2 | import { v4 as uuidv4 } from 'uuid'; |
| 3 | import ReactMarkdown from 'react-markdown'; |
| 4 | import { sendMessageStream, getChat, submitFeedback } from '../api'; |
nothing calls this directly
no test coverage detected