SessionInfo Type
Metadata about a session
Constructors
| Constructor |
Description
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.ActiveConversation
|
|
Full Usage:
this.AgentName
|
|
Full Usage:
this.AgentVersion
|
Optional pinned agent version ("" = unversioned / latest). |
Full Usage:
this.CreatedAt
|
|
Full Usage:
this.GroupId
|
|
Full Usage:
this.IsActive
|
|
Full Usage:
this.Kind
|
Session kind: "primary" (a user session) or "task" (a sub-session driven by a task). |
Full Usage:
this.LastActiveAt
|
|
Full Usage:
this.LastTurnId
|
Id of the most recently processed turn (used to attach feedback). |
Full Usage:
this.OriginTaskId
|
Task that spawned this sub-session ("" for a primary session). |
Full Usage:
this.ParentKey
|
Owning session key for a task sub-session ("" for a primary session). |
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). |
Full Usage:
this.SessionId
|
|
Full Usage:
this.ToolNames
|
|
Full Usage:
this.UserId
|
|
Full Usage:
this.WorkspaceKey
|
|
Nao