Automatic session reconstruction
session_id
to every API request, which can be a hassle to implement and maintain.
Requesty’s gateway removes this burden with Automatic Session Reconstruction. You can send your LLM interaction data to us as-is, and we will automatically group related interactions into coherent sessions for you.
system
: “You are a helpful assistant.”user
: “What is the capital of France?”assistant
: “The capital of France is Paris.”system
: “You are a helpful assistant.”user
: “What is the capital of France?”assistant
: “The capital of France is Paris.”user
: “What is its population?”assistant
: “The population of Paris is over 2 million.”