LfA2aV1AgentCapabilities constructor

LfA2aV1AgentCapabilities({
  1. bool? extendedAgentCard,
  2. List<LfA2aV1AgentExtension>? extensions,
  3. bool? pushNotifications,
  4. bool? streaming,
})

Implementation

LfA2aV1AgentCapabilities({
  this.extendedAgentCard,
  this.extensions,
  this.pushNotifications,
  this.streaming,
});