* 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)
| 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. */ |
no outgoing calls
no test coverage detected