MCPcopy Create free account
hub / github.com/CopilotKit/OpenGenerativeUI / handleTryDemo

Function handleTryDemo

apps/app/src/app/page.tsx:40–43  ·  view source on GitHub ↗
(demo: DemoItem)

Source from the content-addressed store, hash-verified

38 }, []);
39
40 const handleTryDemo = (demo: DemoItem) => {
41 setDemoDrawerOpen(false);
42 sendPrompt(demo.prompt);
43 };
44
45 const openQrModal = () => {
46 pickedRef.current = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected