Uses of Class
org.a2aproject.sdk.spec.AgentCapabilities.Builder
Packages that use AgentCapabilities.Builder
-
Uses of AgentCapabilities.Builder in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return AgentCapabilities.BuilderModifier and TypeMethodDescriptionstatic AgentCapabilities.BuilderAgentCapabilities.builder()Create a new BuilderAgentCapabilities.Builder.extendedAgentCard(boolean extendedAgentCard) Sets whether the agent supports an extended agent card.AgentCapabilities.Builder.extensions(List<AgentExtension> extensions) Sets the list of custom extensions supported by the agent.AgentCapabilities.Builder.pushNotifications(boolean pushNotifications) Sets whether the agent supports push notifications.AgentCapabilities.Builder.streaming(boolean streaming) Sets whether the agent supports streaming responses.