Uses of Record Class
io.a2a.spec.AgentExtension
Packages that use AgentExtension
-
Uses of AgentExtension in io.a2a.spec
Methods in io.a2a.spec that return AgentExtensionModifier and TypeMethodDescriptionAgentExtension.Builder.build()Builds a new immutableAgentExtensionfrom the current builder state.Methods in io.a2a.spec that return types with arguments of type AgentExtensionModifier and TypeMethodDescription@Nullable List<AgentExtension>AgentCapabilities.extensions()Returns the value of theextensionsrecord component.Method parameters in io.a2a.spec with type arguments of type AgentExtensionModifier and TypeMethodDescriptionAgentCapabilities.Builder.extensions(List<AgentExtension> extensions) Sets the list of custom extensions supported by the agent.Constructor parameters in io.a2a.spec with type arguments of type AgentExtensionModifierConstructorDescriptionAgentCapabilities(boolean streaming, boolean pushNotifications, boolean extendedAgentCard, @Nullable List<AgentExtension> extensions) Creates an instance of aAgentCapabilitiesrecord class.