Execute custom workflows with your own tools.Method Signature#
Parameters#
prompt (str, required): Task description
tools (List[Callable], required): List of tool functions
Returns#
Async iterator yielding response chunks (strings)Example#
See Also#
Modified at 2025-10-17 17:46:10