Uses of Class
com.oracle.bmc.generativeaiagent.model.ToolSummary
-
Packages that use ToolSummary Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.model -
-
Uses of ToolSummary in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type ToolSummary Modifier and Type Method Description Iterable<ToolSummary>
GenerativeAiAgentPaginators. listToolsRecordIterator(ListToolsRequest request)
Creates a new iterable which will iterate over theToolSummary
objects contained in responses from the listTools operation. -
Uses of ToolSummary in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return ToolSummary Modifier and Type Method Description ToolSummary
ToolSummary.Builder. build()
Methods in com.oracle.bmc.generativeaiagent.model that return types with arguments of type ToolSummary Modifier and Type Method Description List<ToolSummary>
ToolCollection. getItems()
List of Tools.Methods in com.oracle.bmc.generativeaiagent.model with parameters of type ToolSummary Modifier and Type Method Description ToolSummary.Builder
ToolSummary.Builder. copy(ToolSummary model)
Method parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type ToolSummary Modifier and Type Method Description ToolCollection.Builder
ToolCollection.Builder. items(List<ToolSummary> items)
List of Tools.Constructor parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type ToolSummary Constructor Description ToolCollection(List<ToolSummary> items)
Deprecated.
-