@conciergus/chat - v0.3.1
Preparing search index...
index
ConversationListItem
Interface ConversationListItem
interface
ConversationListItem
{
id
:
string
;
title
?:
string
;
createdAt
:
Date
;
updatedAt
:
Date
;
status
:
"active"
|
"archived"
|
"deleted"
;
messageCount
:
number
;
lastMessageAt
?:
Date
;
lastMessagePreview
?:
string
;
currentAgentId
?:
string
;
participatingAgents
:
string
[]
;
totalTokens
?:
number
;
averageResponseTime
?:
number
;
}
Index
Properties
id
title?
created
At
updated
At
status
message
Count
last
Message
At?
last
Message
Preview?
current
Agent
Id?
participating
Agents
total
Tokens?
average
Response
Time?
Properties
id
id
:
string
Conversation basic info
Optional
title
title
?:
string
created
At
createdAt
:
Date
updated
At
updatedAt
:
Date
status
status
:
"active"
|
"archived"
|
"deleted"
message
Count
messageCount
:
number
Computed fields for list display
Optional
last
Message
At
lastMessageAt
?:
Date
Optional
last
Message
Preview
lastMessagePreview
?:
string
Optional
current
Agent
Id
currentAgentId
?:
string
participating
Agents
participatingAgents
:
string
[]
Optional
total
Tokens
totalTokens
?:
number
Performance indicators
Optional
average
Response
Time
averageResponseTime
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
title
created
At
updated
At
status
message
Count
last
Message
At
last
Message
Preview
current
Agent
Id
participating
Agents
total
Tokens
average
Response
Time
@conciergus/chat - v0.3.1
Loading...
Conversation basic info