UNPKG

@copilotkit/runtime

Version:

<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />

25 lines (23 loc) 728 B
import { copilotRuntimeNodeHttpEndpoint, getRuntimeInstanceTelemetryInfo, telemetry_client_default } from "./chunk-XAA5PFCY.mjs"; import { __name } from "./chunk-FHD4JECV.mjs"; // src/lib/integrations/node-express/index.ts function copilotRuntimeNodeExpressEndpoint(options) { telemetry_client_default.setGlobalProperties({ runtime: { framework: "node-express" } }); telemetry_client_default.capture("oss.runtime.instance_created", getRuntimeInstanceTelemetryInfo(options)); return copilotRuntimeNodeHttpEndpoint(options); } __name(copilotRuntimeNodeExpressEndpoint, "copilotRuntimeNodeExpressEndpoint"); export { copilotRuntimeNodeExpressEndpoint }; //# sourceMappingURL=chunk-HV5H6LOK.mjs.map