MCPcopy Create free account
hub / github.com/CopilotKit/OpenTag / handler

Function handler

app/tools/render-tools.tsx:26–29  ·  view source on GitHub ↗
(props, { thread })

Source from the content-addressed store, hash-verified

24 "single issue, or right after creating one (set justCreated: true).",
25 parameters: issueCardSchema,
26 async handler(props, { thread }) {
27 await thread.post(<IssueCard {...props} />);
28 return "Displayed the issue card to the user.";
29 },
30});
31
32export const issueListTool = defineChannelTool({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected