ToolCollection¶
-
class
oci.generative_ai_agent.models.
ToolCollection
(**kwargs)¶ Bases:
object
Results of a Tool search. Contains both ToolSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new ToolCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ToolCollection. -
__init__
(**kwargs)¶ Initializes a new ToolCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.generative_ai_agent.models.ToolSummary]) – The value to assign to the items property of this ToolCollection.
-
items
¶ [Required] Gets the items of this ToolCollection. List of Tools.
Returns: The items of this ToolCollection. Return type: list[oci.generative_ai_agent.models.ToolSummary]
-