MCPcopy Create free account
hub / github.com/github/copilot-sdk / Event

Method Event

go/rpc/zrpc.go:18724–18724  ·  view source on GitHub ↗

Event forwards a single GitHub telemetry event to a host connection that opted into telemetry forwarding for the session. RPC method: gitHubTelemetry.event. Parameters: Payload for a `gitHubTelemetry.event` notification: a single GitHub telemetry event the runtime forwards to a host connection tha

(request *GitHubTelemetryNotification)

Source from the content-addressed store, hash-verified

18722 // event the runtime forwards to a host connection that opted into telemetry forwarding for
18723 // the session.
18724 Event(request *GitHubTelemetryNotification) (*GitHubTelemetryEventResult, error)
18725}
18726
18727// Experimental: LlmInferenceHandler contains experimental APIs that may change or be

Calls

no outgoing calls