Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Class and Description |
---|---|
class |
FunctionCall
The function call generated by the model.
|
Modifier and Type | Method and Description |
---|---|
List<ToolCall> |
AssistantMessage.getToolCalls()
The tool calls generated by the model, such as function calls.
|
Modifier and Type | Method and Description |
---|---|
AssistantMessage.Builder |
AssistantMessage.Builder.toolCalls(List<ToolCall> toolCalls)
The tool calls generated by the model, such as function calls.
|
Constructor and Description |
---|
AssistantMessage(List<ChatContent> content,
String name,
List<ToolCall> toolCalls)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.