Uses of Record Class
org.springframework.ai.anthropic.api.AnthropicApi.Skill
Packages that use AnthropicApi.Skill
-
Uses of AnthropicApi.Skill in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic with parameters of type AnthropicApi.SkillModifier and TypeMethodDescriptionAnthropicChatOptions.Builder.skill(AnthropicApi.Skill skill) Add a single skill to the request. -
Uses of AnthropicApi.Skill in org.springframework.ai.anthropic.api
Methods in org.springframework.ai.anthropic.api that return AnthropicApi.SkillModifier and TypeMethodDescriptionAnthropicApi.Skill.SkillBuilder.build()AnthropicApi.AnthropicSkill.toSkill()Convert to a Skill record with latest version.Convert to a Skill record with specific version.Methods in org.springframework.ai.anthropic.api that return types with arguments of type AnthropicApi.SkillModifier and TypeMethodDescriptionAnthropicApi.SkillContainer.skills()Returns the value of theskillsrecord component.Methods in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.SkillModifier and TypeMethodDescriptionAnthropicApi.SkillContainer.SkillContainerBuilder.skill(AnthropicApi.Skill skill) Method parameters in org.springframework.ai.anthropic.api with type arguments of type AnthropicApi.SkillModifier and TypeMethodDescriptionAnthropicApi.ChatCompletionRequestBuilder.skills(List<AnthropicApi.Skill> skills) AnthropicApi.SkillContainer.SkillContainerBuilder.skills(List<AnthropicApi.Skill> skills) Constructor parameters in org.springframework.ai.anthropic.api with type arguments of type AnthropicApi.SkillModifierConstructorDescriptionSkillContainer(List<AnthropicApi.Skill> skills) Creates an instance of aSkillContainerrecord class.