
Parameters
Name to register for the generated tool.
Description to register for the generated tool.
Python code defining an The first argument in the function signature must be of type In the above example,
async python function. This coroutine will be executed when this tool is invoked by the agent.
The default value for this parameter is:Default tool function
RunContextWrapper.
You can use wrapper.context.<NodeName> to access upstream node outputs. For example:Accessing upstream node outputs
Customer_Data is the name of an upstream node that
produces a dictionary mapping customer IDs to customer information.
