Descriptors

Contains descriptor-type-specific configurations for a registry record. Only the descriptor matching the record's descriptorType should be populated.

Types

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

Properties

Link copied to clipboard

The Agent-to-Agent (A2A) protocol descriptor configuration. Use this when the descriptorType is A2A.

Link copied to clipboard

The agent skills descriptor configuration. Use this when the descriptorType is AGENT_SKILLS.

Link copied to clipboard

The custom descriptor configuration. Use this when the descriptorType is CUSTOM.

Link copied to clipboard

The Model Context Protocol (MCP) descriptor configuration. Use this when the 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