AgentSummary

Contains details about an agent.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the agent.

Link copied to clipboard

The name of the agent.

Link copied to clipboard

The status of the agent.

Link copied to clipboard

The description of the agent.

Link copied to clipboard

Details about the guardrail associated with the agent.

Link copied to clipboard

The latest version of the agent.

Link copied to clipboard

The time at which the agent was last updated.

Functions

Link copied to clipboard
inline fun copy(block: AgentSummary.Builder.() -> Unit = {}): AgentSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String