Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Class and Description |
---|---|
class |
FunctionDefinition
A function the model may call.
|
Modifier and Type | Method and Description |
---|---|
List<ToolDefinition> |
GenericChatRequest.getTools()
A list of tools the model may call.
|
Modifier and Type | Method and Description |
---|---|
GenericChatRequest.Builder |
GenericChatRequest.Builder.tools(List<ToolDefinition> tools)
A list of tools the model may call.
|
Constructor and Description |
---|
GenericChatRequest(List<Message> messages,
Boolean isStream,
Integer numGenerations,
Integer seed,
Boolean isEcho,
Integer topK,
Double topP,
Double temperature,
Double frequencyPenalty,
Double presencePenalty,
List<String> stop,
Integer logProbs,
Integer maxTokens,
Object logitBias,
ToolChoice toolChoice,
List<ToolDefinition> tools)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.