Skip to main content
This example demonstrates how to provide instructions to an agent via a function that can access the agent’s properties, enabling dynamic and personalized instruction generation.

Code

instructions_via_function.py

Usage

1

Create a Python file

Create instructions_via_function.py with the code above.
2

Set up your virtual environment

3

Install dependencies

4

Export your OpenAI API key

5

Run Agent