Skip to main content
Set followups=True on a Team to automatically generate followup prompt suggestions after each response. Works the same way as agent followups, with support for all team modes.
1

Create a Python file

team_followup_suggestions.py
2

Set up your virtual environment

3

Install dependencies

4

Export your OpenAI API key

5

Run Team

Options

Streaming

Followup suggestions are available via events when streaming.
team_followup_streaming.py

Developer Resources