raise-error-async-tool-56dc668744034656.yaml
1 --- 2 fixes: 3 - | 4 Raise a ``ValueError`` when an async function is passed to the ``Tool`` class. Async functions are not supported 5 as tools. This change provides a clear error message instead of silent failures where coroutines are never awaited.