MCPcopy Create free account
hub / github.com/arctic-cli/interface / messageSent

Function messageSent

packages/arctic/src/telemetry/index.ts:143–145  ·  view source on GitHub ↗
(provider: string, model: string)

Source from the content-addressed store, hash-verified

141 }
142
143 export function messageSent(provider: string, model: string) {
144 track("message.sent", { provider, model })
145 }
146
147 export function toolInvoked(tool: string) {
148 track("tool.invoked", { tool })

Callers

nothing calls this directly

Calls 1

trackFunction · 0.70

Tested by

no test coverage detected