davinci.tool()
decorator.Run Test
button to execute your tool with those parameters. The output will show the results of your tool execution.
davinci.tool()
decorator. This decorator is used to mark the function as a tool. The list on the left panel will display each tool as gathered by the decorators.
This toolbox could be used by design agents to fetch and format weather data for various locations. To have data passed directly from the tool to the database, you can use the save()
and update()
functions as in regular code.