Class ServerLlmInferenceApi
java.lang.Object
com.github.copilot.generated.rpc.ServerLlmInferenceApi
API methods for the
llmInference namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionA response body chunk or terminal error.Response head.Indicates whether the calling client was registered as the LLM inference provider.
-
Method Details
-
setProvider
Indicates whether the calling client was registered as the LLM inference provider.- Since:
- 1.0.0
-
httpResponseStart
@CopilotExperimental public CompletableFuture<LlmInferenceHttpResponseStartResult> httpResponseStart(LlmInferenceHttpResponseStartParams params) Response head.- Since:
- 1.0.0
-
httpResponseChunk
@CopilotExperimental public CompletableFuture<LlmInferenceHttpResponseChunkResult> httpResponseChunk(LlmInferenceHttpResponseChunkParams params) A response body chunk or terminal error.- Since:
- 1.0.0
-