Uses of Class
io.a2a.spec.AgentSkill.Builder
Packages that use AgentSkill.Builder
-
Uses of AgentSkill.Builder in io.a2a.spec
Methods in io.a2a.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.