Tool Calling
Integrate tools into your Runners using tool calling
This product is in development and currently does not have complete public documentation. Contact our team for more information.
The Task API supports tool calling, which allows you to call external tools from within your task.
This is useful for integrating with tools that are specific to your use case, such as databases, specific API calls, internal tools, and more.
Tool calling can be enabled upon execution of a Task. It is possible for the outputs of a Task to be functions calling tools.