Uses of Enum Class
dev.langchain4j.model.anthropic.AnthropicSkill
Packages that use AnthropicSkill
-
Uses of AnthropicSkill in dev.langchain4j.model.anthropic
Subclasses with type arguments of type AnthropicSkill in dev.langchain4j.model.anthropicModifier and TypeClassDescriptionenumAnthropic-managed Agent Skills that let Claude generate real downloadable documents by running pre-built skills inside the code execution container.Methods in dev.langchain4j.model.anthropic that return AnthropicSkillModifier and TypeMethodDescriptionstatic 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 dev.langchain4j.model.anthropic with parameters of type AnthropicSkillModifier and TypeMethodDescriptionAnthropicChatModel.AnthropicChatModelBuilder.skills(AnthropicSkill... skills) AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.skills(AnthropicSkill... skills) Method parameters in dev.langchain4j.model.anthropic with type arguments of type AnthropicSkillModifier and TypeMethodDescriptionAnthropicChatModel.AnthropicChatModelBuilder.skills(List<AnthropicSkill> skills) Enables Anthropic Agent Skills so Claude can generate real downloadable documents (e.g.AnthropicStreamingChatModel.AnthropicStreamingChatModelBuilder.skills(List<AnthropicSkill> skills) Enables Anthropic Agent Skills so Claude can generate real downloadable documents (e.g.