chatbot-template/instrumentation-client.ts

10 lines
184 B
TypeScript

import { initBotId } from "botid/client/core";
initBotId({
protect: [
{
path: `${process.env.NEXT_PUBLIC_BASE_PATH ?? ""}/api/chat`,
method: "POST",
},
],
});