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)
| 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 |
no outgoing calls