chatbot-template/instrumentation-client.ts

10 lines
142 B
TypeScript

import { initBotId } from "botid/client/core";
initBotId({
protect: [
{
path: "/api/chat",
method: "POST",
},
],
});