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

Method httpRequestChunk

nodejs/src/generated/rpc.ts:17113–17113  ·  view source on GitHub ↗

* Delivers a body byte range (or a cancellation signal) for a request previously announced via httpRequestStart, correlated by requestId. The runtime fires at least one chunk per request — when there is no body, a single chunk with empty data and end=true. Mid-stream the runtime may send a chunk wit

(params: LlmInferenceHttpRequestChunkRequest)

Source from the content-addressed store, hash-verified

17111 * @returns Acknowledgement. The SDK is free to ignore the ack and treat chunk delivery as fire-and-forget.
17112 */
17113 httpRequestChunk(params: LlmInferenceHttpRequestChunkRequest): Promise<LlmInferenceHttpRequestChunkResult>;
17114}
17115
17116/** Handler for `gitHubTelemetry` client global API methods. */

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected