Uses of Record Class
org.a2aproject.sdk.spec.AgentExtension
Packages that use AgentExtension
-
Uses of AgentExtension in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return AgentExtensionModifier and TypeMethodDescriptionAgentExtension.Builder.build()Builds a new immutableAgentExtensionfrom the current builder state.Methods in org.a2aproject.sdk.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 org.a2aproject.sdk.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 org.a2aproject.sdk.spec with type arguments of type AgentExtensionModifierConstructorDescriptionAgentCapabilities(boolean streaming, boolean pushNotifications, boolean extendedAgentCard, @Nullable List<AgentExtension> extensions) Creates an instance of aAgentCapabilitiesrecord class.