Skip to main content
Demonstrates server-side conversation history with the Interactions API. After the first response, subsequent turns only send the new message and reference the previous interaction via previous_interaction_id. This enables implicit caching and reduces token costs.
multi_turn.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your Google API key

4

Run the example

Save the code above as multi_turn.py, then run:
Full source: cookbook/90_models/google/gemini_interactions/multi_turn.py