Files
2026-07-13 12:58:18 +08:00

9 lines
166 B
TypeScript

import { useCopilotAction } from "@copilotkit/react-core";
useCopilotAction({
name: "noargs",
handler: async () => {
console.log("No args action");
},
});