changes_since

read-only

What is new since last time

What the model is told

Everything that changed since a given point, for an agent that checks in on a schedule. Pass the cursor returned by the previous call and you get exactly what is new, with nothing missed and nothing repeated. Omit the cursor on the first call. This is the tool to poll; whats_changed is for a person asking a question.

Parameters

ParameterTypeRequiredDescription
cursorstringnoThe `nextCursor` from your previous call. Leave this out the first time and you will get the last 24 hours.
limitnumbernoMaximum events to return. Defaults to 50, capped at 200.

Prompts that call it

List every change in my courses since Monday, with sources.
What was added to STAT 201 in the last two weeks?