Class SystemFunctionTools

java.lang.Object
org.machanism.machai.ai.manager.SystemFunctionTools

public class SystemFunctionTools extends Object
Provides unified access to file and command function tools for GenAIProvider environments.

Wrapper around FileFunctionTools and CommandFunctionTools to simplify attachment and setup of tools for providers.

Usage example:

 SystemFunctionTools tools = new SystemFunctionTools(new File("/tmp"));
 tools.applyTools(provider);
 
Author:
Viktor Tovstyi