MCPcopy Create free account
hub / github.com/SensAI-PT/RAGMeUp / handleFeedback

Function handleFeedback

ui/node-react/client/src/components/ChatView.js:217–219  ·  view source on GitHub ↗
(type, offset)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected