import { useState } from "react"; import { CopilotKitProvider, CopilotChat } from "@copilotkit/react-core/v2"; import "@copilotkit/react-core/v2/styles.css"; type AgentType = "tanstack" | "aisdk"; export default function Index() { const [agentType, setAgentType] = useState("tanstack"); return (
Agent:
{ console.error("[CopilotChat] Error:", event); }} />
); }