SessionConfig

The configuration that defines how agent sessions are detected and when they are considered complete for evaluation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of minutes of inactivity after which an agent session is considered complete and ready for evaluation. Default is 15 minutes.

Functions

Link copied to clipboard
inline fun copy(block: SessionConfig.Builder.() -> Unit = {}): SessionConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String