MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / handleCustomMessage

Function handleCustomMessage

examples/remix/app/components/chat-advanced.tsx:61–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 };
60
61 const handleCustomMessage = () => {
62 sendMessage('This is a custom message', {
63 data: { context: 'custom context' },
64 allowEmptySubmit: false,
65 });
66 };
67
68 return (
69 <div className="flex flex-col h-[80vh] max-w-2xl mx-auto p-4 w-full">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected