Class ShellSkills.Builder
java.lang.Object
dev.langchain4j.skills.shell.ShellSkills.Builder
- Enclosing class:
ShellSkills
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()runShellCommandToolConfig(RunShellCommandToolConfig runShellCommandToolConfig) Customizes therun_shell_commandtool.skills(dev.langchain4j.skills.FileSystemSkill... skills) Sets the filesystem-based skills to make available to the LLM.skills(Collection<? extends dev.langchain4j.skills.FileSystemSkill> skills) Sets the filesystem-based skills to make available to the LLM.
-
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
Sets the filesystem-based skills to make available to the LLM. -
runShellCommandToolConfig
public ShellSkills.Builder runShellCommandToolConfig(RunShellCommandToolConfig runShellCommandToolConfig) Customizes therun_shell_commandtool. -
build
-