actrone-memory
Preparing search index...
index
Turn
Interface Turn
A single conversation turn (the L1 hot session tier).
interface
Turn
{
id
:
string
;
sessionId
:
string
;
userMessage
:
string
;
assistantMessage
:
string
;
toolResults
:
readonly
{
toolName
:
string
;
params
:
Record
<
string
,
unknown
>
;
result
:
unknown
;
success
:
boolean
;
durationMs
?:
number
;
}
[]
;
timestamp
:
string
;
tokenCount
:
number
;
}
Index
Properties
id
session
Id
user
Message
assistant
Message
tool
Results
timestamp
token
Count
Properties
Readonly
id
id
:
string
Readonly
session
Id
sessionId
:
string
Readonly
user
Message
userMessage
:
string
Readonly
assistant
Message
assistantMessage
:
string
Readonly
tool
Results
toolResults
:
readonly
{
toolName
:
string
;
params
:
Record
<
string
,
unknown
>
;
result
:
unknown
;
success
:
boolean
;
durationMs
?:
number
;
}
[]
Readonly
timestamp
timestamp
:
string
ISO-8601 creation timestamp.
Readonly
token
Count
tokenCount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
session
Id
user
Message
assistant
Message
tool
Results
timestamp
token
Count
actrone-memory
Loading...
A single conversation turn (the L1 hot session tier).