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(FileSystemSkill... skills) Sets the filesystem-based skills to make available to the LLM.skills(Collection<? extends FileSystemSkill> skills) Sets the filesystem-based skills to make available to the LLM.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
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
-