Can call a method inside my tool that is async?
if my mode has:
async def my_method():
…
Can i use this method during tool call?
Can call a method inside my tool that is async?
if my mode has:
async def my_method():
…
Can i use this method during tool call?
Hey @shai, Thank you for reaching out and supporting Agno.
Yes, you can use Async tools. Please refer our docs to get started: Async Tools - Agno