switch·Esc back

Stateless Request

You might say

Does the AI not actually remember me? Do I have to give it the background again every time?

A model request that must include the context it needs each timeIf you send only “make the second one shorter” without the earlier titles, the model cannot know what “second” means. A product may save history, but it must choose to send the relevant context again.
Know first
What does “continue editing that page” include this time?
Request 1task: Shorten the heading
title: Quick-Start Guide for Beginners
Response: Beginner’s Guide
Next call
Request 2message: ContinueResponse: Continue what?
How every request gets its needed context

The context included in this requestThe model uses the prompt, rules, history, and files provided for this request.

The product can retrieve contextIt can read saved chat or task data to resolve references such as “that page.”

The next request chooses againIt may save this answer or tool result and select useful parts for the next turn.

Learn next
Further reading