LfA2aV1AgentCapabilities constructor
LfA2aV1AgentCapabilities({
- bool? extendedAgentCard,
- List<
LfA2aV1AgentExtension> ? extensions, - bool? pushNotifications,
- bool? streaming,
Implementation
LfA2aV1AgentCapabilities({
this.extendedAgentCard,
this.extensions,
this.pushNotifications,
this.streaming,
});