Skip to content
Spark.
All terms

Context and conversations

Stateless

A stateless interaction keeps no memory between requests unless the caller sends prior information again. The model only has access to the current request payload.

Example

A script that sends each error message independently is stateless unless it includes earlier messages.