Class ShellSkills.Builder

java.lang.Object
dev.langchain4j.skills.shell.ShellSkills.Builder
Enclosing class:
ShellSkills

public static class ShellSkills.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • skills

      public ShellSkills.Builder skills(Collection<? extends dev.langchain4j.skills.FileSystemSkill> skills)
      Sets the filesystem-based skills to make available to the LLM.
    • skills

      public ShellSkills.Builder skills(dev.langchain4j.skills.FileSystemSkill... skills)
      Sets the filesystem-based skills to make available to the LLM.
    • runShellCommandToolConfig

      public ShellSkills.Builder runShellCommandToolConfig(RunShellCommandToolConfig runShellCommandToolConfig)
      Customizes the run_shell_command tool.
    • build

      public ShellSkills build()