(type, offset)
| 215 | }; |
| 216 | |
| 217 | const handleFeedback = (type, offset) => { |
| 218 | setFeedbackModal({ chatId: sessionId, messageOffset: offset, type }); |
| 219 | }; |
| 220 | |
| 221 | const handleSubmitFeedback = async (text) => { |
| 222 | if (!feedbackModal) return; |
nothing calls this directly
no outgoing calls
no test coverage detected