Header menu logo Nao

SessionInfo Type

Metadata about a session

Constructors

Constructor Description

SessionInfo()

Full Usage: SessionInfo()

Returns: SessionInfo
Returns: SessionInfo

Instance members

Instance member Description

this.ActiveConversation

Full Usage: this.ActiveConversation

this.AgentName

Full Usage: this.AgentName

this.AgentVersion

Full Usage: this.AgentVersion

Optional pinned agent version ("" = unversioned / latest).

this.CreatedAt

Full Usage: this.CreatedAt

this.GroupId

Full Usage: this.GroupId

this.IsActive

Full Usage: this.IsActive

this.Kind

Full Usage: this.Kind

Session kind: "primary" (a user session) or "task" (a sub-session driven by a task).

this.LastActiveAt

Full Usage: this.LastActiveAt

this.LastTurnId

Full Usage: this.LastTurnId

Id of the most recently processed turn (used to attach feedback).

this.OriginTaskId

Full Usage: this.OriginTaskId

Task that spawned this sub-session ("" for a primary session).

this.ParentKey

Full Usage: this.ParentKey

Owning session key for a task sub-session ("" for a primary session).

this.RuntimeMode

Full Usage: this.RuntimeMode

Runtime policy for launching tools ("" = host default; "docker"/"docker:<image>" to containerize; a runtime name like "deno" to force it for all tools).

this.SessionId

Full Usage: this.SessionId

this.ToolNames

Full Usage: this.ToolNames

this.UserId

Full Usage: this.UserId

this.WorkspaceKey

Full Usage: this.WorkspaceKey

Type something to start searching.