Descriptors

Contains the descriptor configuration for a registry record. Only the field that matches the record's descriptorType is populated.

Types

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

Properties

Link copied to clipboard

The A2A (Agent-to-Agent) descriptor configuration. Populated when the record's descriptorType is A2A.

Link copied to clipboard

The agent skills descriptor configuration. Populated when the record's descriptorType is AGENT_SKILLS.

Link copied to clipboard

The custom descriptor configuration. Populated when the record's descriptorType is CUSTOM.

Link copied to clipboard

The MCP (Model Context Protocol) descriptor configuration. Populated when the record's descriptorType is MCP.

Functions

Link copied to clipboard
inline fun copy(block: Descriptors.Builder.() -> Unit = {}): Descriptors
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