Log10 · Schema

Session

A Log10 session grouping multiple LLM completions into a single logical trace.

LLMLoggingObservabilityEvaluationFeedbackDebuggingLLMOpsArtificial IntelligenceMachine Learning

Properties

Name Type Description
id string The unique identifier for this session.
View JSON Schema on GitHub

JSON Schema

session.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://log10.io/schemas/session.json",
  "title": "Session",
  "description": "A Log10 session grouping multiple LLM completions into a single logical trace.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for this session."
    }
  }
}