MCPcopy
hub / github.com/AgentOps-AI/agentops / handleClick

Function handleClick

app/dashboard/components/assistant-ui/thread.tsx:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12type Role = 'assistant' | 'system' | 'tool';
13const handleClick = () => {
14 toast({
15 title: 'Evals coming soon for Pro plan users!',
16 });
17};
18
19export const Thread = ({ role = 'assistant' }: { role?: Role }) => {
20 return (

Callers

nothing calls this directly

Calls 1

toastFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…