@copilotkit/runtime
Version:
<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>
25 lines (23 loc) • 728 B
JavaScript
import {
copilotRuntimeNodeHttpEndpoint,
getRuntimeInstanceTelemetryInfo,
telemetry_client_default
} from "./chunk-GOPTDPPB.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-EVF3MXEK.mjs.map