Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Method and Description |
---|---|
FunctionCall.Builder |
FunctionCall.Builder.arguments(String arguments)
The arguments to call the function with, as generated by the model in JSON format.
|
static FunctionCall.Builder |
FunctionCall.builder()
Create a new builder.
|
FunctionCall.Builder |
FunctionCall.Builder.copy(FunctionCall model) |
FunctionCall.Builder |
FunctionCall.Builder.id(String id) |
FunctionCall.Builder |
FunctionCall.Builder.name(String name)
The name of the function to call.
|
FunctionCall.Builder |
FunctionCall.toBuilder() |
Copyright © 2016–2025. All rights reserved.