AgentCollection¶
-
class
oci.generative_ai_agent.models.
AgentCollection
(**kwargs)¶ Bases:
object
AgentCollection
Results of an agent search. Contains both AgentSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new AgentCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this AgentCollection. -
__init__
(**kwargs)¶ Initializes a new AgentCollection 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.AgentSummary]) – The value to assign to the items property of this AgentCollection.
-
items
¶ [Required] Gets the items of this AgentCollection. List of agents.
Returns: The items of this AgentCollection. Return type: list[oci.generative_ai_agent.models.AgentSummary]
-