Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScrapeGraphAI/scrapecraft
/ handleAction
Function
handleAction
frontend/src/components/Chat/QuickActions.tsx:33–37 ·
view source on GitHub ↗
(prompt: string)
Source
from the content-addressed store, hash-verified
31
];
32
33
const handleAction = (prompt: string) => {
34
if (currentPipeline) {
35
sendMessage(prompt, currentPipeline.id);
36
}
37
};
38
39
return (
40
<div className=
"flex flex-wrap gap-2"
>
Callers
1
QuickActions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected