将Python函数转换为Ernie函数#
- langchain_community.chains.ernie_functions.base.convert_python_function_to_ernie_function(function: Callable) Dict[str, Any] [source]#
将Python函数转换为与Ernie函数调用API兼容的字典。
- Assumes the Python function has type hints and a docstring with a description. If
文档字符串包含Google Python风格的参数描述,这些也将被包括在内。
- Parameters:
function (可调用的)
- Return type:
Dict[str, Any]