JJoeven

Exercises / transformers

Trim a context window

trim(messages, max_items=3) keeps the first system message (if any) plus the last messages, never exceeding max_items. Print the roles that survive.

Live Pythonpython
Output
Run to execute this in your browser. Nothing is sent to a server.