PythonFunctionTool
PythonFunctionTool¶
Tool that calls a Python function.
- function_name (
str
): Name of the Python function to call. - module_path (
str
): Optional module path where the function is defined.
Tool that calls a Python function.
str
): Name of the Python function to call.str
): Optional module path where the function is defined.