Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.ToolOutput.ToolOutputType
-
Packages that use ToolOutput.ToolOutputType Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of ToolOutput.ToolOutputType in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return ToolOutput.ToolOutputType Modifier and Type Method Description static ToolOutput.ToolOutputType
ToolOutput.ToolOutputType. create(String key)
static ToolOutput.ToolOutputType
ToolOutput.ToolOutputType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ToolOutput.ToolOutputType[]
ToolOutput.ToolOutputType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-