Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt

Use this file to discover all available pages before exploring further.

sync_funcs_to_async

def sync_funcs_to_async(funcs: list[FunctionTool]):
Convert a list of Python synchronous functions to Python asynchronous functions. Parameters:
  • funcs (list[FunctionTool]): List of Python synchronous functions in the :obj:FunctionTool format.
Returns: list[FunctionTool]: List of Python asynchronous functions in the :obj:FunctionTool format.