A session in Galtea is a container for a sequence of interactions that form a complete conversation between a user and an AI product. It groups together multiple inference results, allowing for the evaluation of multi-turn dialogues and the analysis of production data.You can create, view and manage your sessions programmatically using the Galtea SDK.
The Galtea SDK allows you to create, view, and manage sessions programmatically. This is particularly useful for logging production data or for evaluating complex conversational flows.
The custom ID associated with the session.
This is usually a client-side generated ID that identifies the conversation session between a user and a LLM app.