Uses of Enum Class
org.springframework.ai.anthropic.api.AnthropicApi.AnthropicSkill
Packages that use AnthropicApi.AnthropicSkill
-
Uses of AnthropicApi.AnthropicSkill in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic with parameters of type AnthropicApi.AnthropicSkillModifier and TypeMethodDescriptionAnthropicChatOptions.Builder.anthropicSkill(AnthropicApi.AnthropicSkill anthropicSkill) Deprecated.AnthropicChatOptions.Builder.anthropicSkill(AnthropicApi.AnthropicSkill anthropicSkill, String version) Deprecated.AnthropicChatOptions.Builder.skill(AnthropicApi.AnthropicSkill anthropicSkill) Add a pre-built Anthropic skill using the enum.AnthropicChatOptions.Builder.skill(AnthropicApi.AnthropicSkill anthropicSkill, String version) Add a pre-built Anthropic skill with specific version. -
Uses of AnthropicApi.AnthropicSkill in org.springframework.ai.anthropic.api
Subclasses with type arguments of type AnthropicApi.AnthropicSkill in org.springframework.ai.anthropic.apiModifier and TypeClassDescriptionstatic enumPre-built Anthropic Skills for document generation.Methods in org.springframework.ai.anthropic.api that return AnthropicApi.AnthropicSkillModifier and TypeMethodDescriptionstatic AnthropicApi.AnthropicSkillLook up a pre-built Anthropic skill by its ID.static AnthropicApi.AnthropicSkillReturns the enum constant of this class with the specified name.static AnthropicApi.AnthropicSkill[]AnthropicApi.AnthropicSkill.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.AnthropicSkillModifier and TypeMethodDescriptionAnthropicApi.SkillContainer.SkillContainerBuilder.anthropicSkill(AnthropicApi.AnthropicSkill skill) Deprecated.AnthropicApi.SkillContainer.SkillContainerBuilder.anthropicSkill(AnthropicApi.AnthropicSkill skill, String version) Deprecated.AnthropicApi.SkillContainer.SkillContainerBuilder.skill(AnthropicApi.AnthropicSkill skill) Add a pre-built Anthropic skill using the enum.AnthropicApi.SkillContainer.SkillContainerBuilder.skill(AnthropicApi.AnthropicSkill skill, String version) Add a pre-built Anthropic skill with a specific version.
AnthropicChatOptions.Builder.skill(AnthropicApi.AnthropicSkill)instead