Uses of Class
org.a2aproject.sdk.spec.AgentSkill.Builder
Packages that use AgentSkill.Builder
-
Uses of AgentSkill.Builder in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return AgentSkill.BuilderModifier and TypeMethodDescriptionstatic AgentSkill.BuilderAgentSkill.builder()Create a new BuilderAgentSkill.Builder.description(String description) Sets a detailed description of what the skill does and how to use it.Sets example queries or use cases demonstrating the skill.Sets the unique identifier for the skill.AgentSkill.Builder.inputModes(List<String> inputModes) Sets the supported input formats for this skill.Sets the human-readable name of the skill.AgentSkill.Builder.outputModes(List<String> outputModes) Sets the supported output formats for this skill.AgentSkill.Builder.securityRequirements(List<SecurityRequirement> securityRequirements) Sets security requirements specific to this skill.Sets categorization tags for discovery and filtering.