Class PythonCodeExecutionToolFactory
-
- All Implemented Interfaces:
-
io.github.llmagentbuilder.core.tool.AgentToolFactory,io.github.llmagentbuilder.core.tool.ConfigurableAgentToolFactory
public final class PythonCodeExecutionToolFactory implements ConfigurableAgentToolFactory<PythonCodeExecutionConfig, PythonCodeExecutionTool>
-
-
Constructor Summary
Constructors Constructor Description PythonCodeExecutionToolFactory()
-
Method Summary
Modifier and Type Method Description PythonCodeExecutionToolcreate(PythonCodeExecutionConfig config)StringtoolId()-
-
Method Detail
-
create
PythonCodeExecutionTool create(PythonCodeExecutionConfig config)
-
-
-
-