Skip to main content

execute_tool_async

AsyncMethod
This is a method of the Agent class in the agent module.
Async version of execute_tool

Signature

async def execute_tool_async(function_name: str, arguments: Dict[str, Any]) -> Any

Parameters

function_name
str
required
No description available.
arguments
Dict
required
No description available.

Returns

Returns
Any
The result of the operation.