MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / handleSubmitFeedback

Function handleSubmitFeedback

packages/ui/src/views/chatmessage/ChatMessage.jsx:878–886  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

876 }
877
878 const handleSubmitFeedback = () => {
879 if (pendingActionData) {
880 onSubmitResponse(pendingActionData, feedback)
881 setOpenFeedbackDialog(false)
882 setFeedback('')
883 setPendingActionData(null)
884 setFeedbackType('')
885 }
886 }
887
888 const handleActionClick = async (elem, action) => {
889 setUserInput(elem.label)

Callers

nothing calls this directly

Calls 1

onSubmitResponseFunction · 0.70

Tested by

no test coverage detected