AgentCapabilities

@JsonSerializable
data class AgentCapabilities(val streaming: Boolean? = true, val pushNotifications: Boolean? = true, val extendedAgentCard: Boolean? = true, val extensions: List<AgentExtension>? = null)(source)

Constructors

Link copied to clipboard
constructor(streaming: Boolean? = true, pushNotifications: Boolean? = true, extendedAgentCard: Boolean? = true, extensions: List<AgentExtension>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard