SessionSummary

@Serializable
data class SessionSummary(val sessionId: String, val outcome: String?, val llmModelId: String?, val llmCallCount: Int, val totalCostInUsDollars: Double, val screenshotCount: Int, val screenshots: List<String>, val sessionStartTimestampMs: Long, val sessionDurationSeconds: Double, val agentTasks: List<TaskIdAndPrompt>, val eventGroups: List<PromptEventGroup>)

Constructors

Link copied to clipboard
constructor(sessionId: String, outcome: String?, llmModelId: String?, llmCallCount: Int, totalCostInUsDollars: Double, screenshotCount: Int, screenshots: List<String>, sessionStartTimestampMs: Long, sessionDurationSeconds: Double, agentTasks: List<TaskIdAndPrompt>, eventGroups: List<PromptEventGroup>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard