<%= it.Breadcrumb("New Chat", [ { label: "Home", href: "/" }, { label: "AgentChat", href: "/agentchat/conversation/detail" }, { label: "New Chat", current: true }, ]) %>

Hello World, What can I help you with?

<%= it.Button({ id: "send-message", type: "action", variant: "outline-primary", icon: "send", className: "size-10 text-xl rounded-full p-0 border-none outline-none" }) %>