Skip to main content

Prerequisites

The following examples require the requests library:
Set the following environment variables:

Example

The following agent can generate images using Azure OpenAI’s DALL-E:

Toolkit Params

Toolkit Functions

You can use include_tools or exclude_tools to modify the list of tools the agent has access to. Learn more about selecting tools.

Developer Resources