Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Class and Description |
---|---|
class |
ToolChoiceAuto
The model can pick between generating a message or calling one or more tools.
|
class |
ToolChoiceFunction
The tool choice for a function.
|
class |
ToolChoiceNone
The model will not call any tool and instead generates a message.
|
class |
ToolChoiceRequired
The model must call one or more tools.
|
Modifier and Type | Method and Description |
---|---|
ToolChoice |
GenericChatRequest.getToolChoice() |
Modifier and Type | Method and Description |
---|---|
GenericChatRequest.Builder |
GenericChatRequest.Builder.toolChoice(ToolChoice toolChoice) |
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.