public class BotChatCompletionRequest extends ChatCompletionRequest
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BotChatCompletionRequest.Builder |
ChatCompletionRequest.ChatCompletionRequestFunctionCall, ChatCompletionRequest.ChatCompletionRequestStreamOptions| 构造器和说明 |
|---|
BotChatCompletionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BotChatCompletionRequest.Builder |
builder() |
String |
getBotId() |
Map<String,Object> |
getMetadata() |
void |
setBotId(String botId) |
void |
setMetadata(Map<String,Object> metadata) |
String |
toString() |
getFrequencyPenalty, getFunctionCall, getFunctions, getLogitBias, getLogprobs, getMaxTokens, getMessages, getModel, getPresencePenalty, getStop, getStream, getStreamOptions, getTemperature, getTools, getTopLogprobs, getTopP, getUser, setFrequencyPenalty, setFunctionCall, setFunctions, setLogitBias, setLogprobs, setMaxTokens, setMessages, setModel, setPresencePenalty, setStop, setStream, setStreamOptions, setTemperature, setTools, setTopLogprobs, setTopP, setUserpublic String getBotId()
public void setBotId(String botId)
public String toString()
toString 在类中 ChatCompletionRequestpublic static BotChatCompletionRequest.Builder builder()
Copyright © 2024. All rights reserved.