Uses of Enum Class
org.springframework.ai.anthropic.AnthropicSkill
Packages that use AnthropicSkill
Package
Description
Spring AI integration with Anthropic's Claude models using the official
Anthropic Java SDK.
-
Uses of AnthropicSkill in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicSkillModifier and TypeMethodDescriptionstatic @Nullable AnthropicSkillLook up a pre-built Anthropic skill by its ID.static AnthropicSkillReturns the enum constant of this class with the specified name.static AnthropicSkill[]AnthropicSkill.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.anthropic with parameters of type AnthropicSkillModifier and TypeMethodDescriptionAnthropicChatOptions.AbstractBuilder.skill(AnthropicSkill anthropicSkill) AnthropicChatOptions.AbstractBuilder.skill(AnthropicSkill anthropicSkill, String version) AnthropicSkillContainer.Builder.skill(AnthropicSkill skill) Add a pre-built Anthropic skill using the enum.AnthropicSkillContainer.Builder.skill(AnthropicSkill skill, String version) Add a pre-built Anthropic skill with a specific version.