public class ContextChatCompletionRequest extends ChatCompletionRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ContextChatCompletionRequest.Builder |
ChatCompletionRequest.ChatCompletionRequestFunctionCall, ChatCompletionRequest.ChatCompletionRequestResponseFormat, ChatCompletionRequest.ChatCompletionRequestStreamOptions, ChatCompletionRequest.ChatCompletionRequestToolChoice, ChatCompletionRequest.ChatCompletionRequestToolChoiceFunction| Constructor and Description |
|---|
ContextChatCompletionRequest() |
| Modifier and Type | Method and Description |
|---|---|
static ContextChatCompletionRequest.Builder |
builder() |
String |
getContextId() |
void |
setContextId(String contextId) |
String |
toString() |
getFrequencyPenalty, getFunctionCall, getLogitBias, getLogprobs, getMaxTokens, getMessages, getModel, getN, getParallelToolCalls, getPresencePenalty, getRepetitionPenalty, getResponseFormat, getServiceTier, getStop, getStream, getStreamOptions, getTemperature, getToolChoice, getTools, getTopLogprobs, getTopP, getUser, setFrequencyPenalty, setFunctionCall, setLogitBias, setLogprobs, setMaxTokens, setMessages, setModel, setN, setParallelToolCalls, setPresencePenalty, setRepetitionPenalty, setResponseFormat, setServiceTier, setStop, setStream, setStreamOptions, setTemperature, setToolChoice, setTools, setTopLogprobs, setTopP, setUserpublic String getContextId()
public void setContextId(String contextId)
public String toString()
toString in class ChatCompletionRequestpublic static ContextChatCompletionRequest.Builder builder()
Copyright © 2025. All rights reserved.