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