Uses of Class
com.oracle.bmc.generativeaiinference.model.ToolCall
-
Packages that use ToolCall Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of ToolCall in com.oracle.bmc.generativeaiinference.model
Subclasses of ToolCall in com.oracle.bmc.generativeaiinference.model Modifier and Type Class Description class
FunctionCall
The function call generated by the model.Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type ToolCall Modifier and Type Method Description List<ToolCall>
AssistantMessage. getToolCalls()
The tool calls generated by the model, such as function calls.Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type ToolCall Modifier and Type Method Description AssistantMessage.Builder
AssistantMessage.Builder. toolCalls(List<ToolCall> toolCalls)
The tool calls generated by the model, such as function calls.
-