public class BotChatCompletionRequest extends ChatCompletionRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
BotChatCompletionRequest.Builder |
ChatCompletionRequest.ChatCompletionRequestFunctionCall, ChatCompletionRequest.ChatCompletionRequestResponseFormat, ChatCompletionRequest.ChatCompletionRequestStreamOptions, ChatCompletionRequest.ChatCompletionRequestToolChoice, ChatCompletionRequest.ChatCompletionRequestToolChoiceFunction| Constructor and Description |
|---|
BotChatCompletionRequest() |
| Modifier and Type | Method and Description |
|---|---|
static BotChatCompletionRequest.Builder |
builder() |
String |
getBotId() |
Map<String,Object> |
getMetadata() |
void |
setBotId(String botId) |
void |
setMetadata(Map<String,Object> metadata) |
String |
toString() |
getFrequencyPenalty, getFunctionCall, getLogitBias, getLogprobs, getMaxTokens, getMessages, getModel, getN, getPresencePenalty, getRepetitionPenalty, getResponseFormat, getStop, getStream, getStreamOptions, getTemperature, getToolChoice, getTools, getTopLogprobs, getTopP, getUser, setFrequencyPenalty, setFunctionCall, setLogitBias, setLogprobs, setMaxTokens, setMessages, setModel, setN, setPresencePenalty, setRepetitionPenalty, setResponseFormat, setStop, setStream, setStreamOptions, setTemperature, setToolChoice, setTools, setTopLogprobs, setTopP, setUserpublic String getBotId()
public void setBotId(String botId)
public String toString()
toString in class ChatCompletionRequestpublic static BotChatCompletionRequest.Builder builder()
Copyright © 2024. All rights reserved.