Uses of Record Class
io.a2a.spec.AgentSkill
Packages that use AgentSkill
-
Uses of AgentSkill in io.a2a.spec
Methods in io.a2a.spec that return AgentSkillModifier and TypeMethodDescriptionAgentSkill.Builder.build()Builds an immutableAgentSkillfrom the current builder state.Methods in io.a2a.spec that return types with arguments of type AgentSkillModifier and TypeMethodDescriptionAgentCard.skills()Returns the value of theskillsrecord component.Method parameters in io.a2a.spec with type arguments of type AgentSkillModifier and TypeMethodDescriptionAgentCard.Builder.skills(List<AgentSkill> skills) Sets the list of skills that this agent can perform.