Uses of Record Class
com.github.copilot.generated.rpc.LlmInferenceHttpResponseChunkError
Packages that use LlmInferenceHttpResponseChunkError
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of LlmInferenceHttpResponseChunkError in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return LlmInferenceHttpResponseChunkErrorModifier and TypeMethodDescriptionLlmInferenceHttpResponseChunkParams.error()Returns the value of theerrorrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type LlmInferenceHttpResponseChunkErrorModifierConstructorDescriptionLlmInferenceHttpResponseChunkParams(String requestId, String data, Boolean binary, Boolean end, LlmInferenceHttpResponseChunkError error) Creates an instance of aLlmInferenceHttpResponseChunkParamsrecord class.