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) Add an Anthropic pre-built skill (xlsx, pptx, docx, pdf).AnthropicChatOptions.Builder.anthropicSkill(AnthropicApi.AnthropicSkill anthropicSkill, String version) Add an Anthropic pre-built 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.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) AnthropicApi.SkillContainer.SkillContainerBuilder.anthropicSkill(AnthropicApi.AnthropicSkill skill, String version)