Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Class and Description |
---|---|
class |
AssistantMessage
Represents a single instance of assistant message.
|
class |
SystemMessage
Represents a single instance of system message.
|
class |
UserMessage
Represents a single instance of user message.
|
Modifier and Type | Method and Description |
---|---|
Message |
ChatChoice.getMessage() |
Modifier and Type | Method and Description |
---|---|
List<Message> |
GenericChatRequest.getMessages()
The series of messages in a chat request.
|
Modifier and Type | Method and Description |
---|---|
ChatChoice.Builder |
ChatChoice.Builder.message(Message message) |
Modifier and Type | Method and Description |
---|---|
GenericChatRequest.Builder |
GenericChatRequest.Builder.messages(List<Message> messages)
The series of messages in a chat request.
|
Constructor and Description |
---|
ChatChoice(Integer index,
Message message,
String finishReason,
Logprobs logprobs)
Deprecated.
|
Constructor and Description |
---|
GenericChatRequest(List<Message> messages,
Boolean isStream,
Integer numGenerations,
Boolean isEcho,
Integer topK,
Double topP,
Double temperature,
Double frequencyPenalty,
Double presencePenalty,
List<String> stop,
Integer logProbs,
Integer maxTokens,
Object logitBias)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.