Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.ToolInput
-
Packages that use ToolInput Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of ToolInput in com.oracle.bmc.generativeaiagentruntime.model
Subclasses of ToolInput in com.oracle.bmc.generativeaiagentruntime.model Modifier and Type Class Description class
GenericToolInput
Represents a generic tool input schema that accepts flexible, freeform JSON parameters.Methods in com.oracle.bmc.generativeaiagentruntime.model that return types with arguments of type ToolInput Modifier and Type Method Description List<ToolInput>
ChatDetails. getToolInputs()
Array of tool input objects, each specifying a tool’s ID, type, and corresponding input parameters required for execution.Method parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type ToolInput Modifier and Type Method Description ChatDetails.Builder
ChatDetails.Builder. toolInputs(List<ToolInput> toolInputs)
Array of tool input objects, each specifying a tool’s ID, type, and corresponding input parameters required for execution.Constructor parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type ToolInput Constructor Description ChatDetails(String userMessage, Boolean shouldStream, String sessionId, Map<String,String> toolParameters, List<ToolInput> toolInputs, List<PerformedAction> performedActions)
Deprecated.
-