Skip to main content
This example demonstrates how to create dynamic instructions that change based on session state, allowing personalized agent behavior for different users.

Code

dynamic_instructions.py

Usage

1

Create a Python file

Create dynamic_instructions.py with the code above.
2

Set up your virtual environment

3

Install dependencies

4

Export your OpenAI API key

5

Run Agent