unified-llm-client
Preparing search index...
SessionMeta
Interface SessionMeta
Metadata stored alongside a session snapshot.
interface
SessionMeta
{
createdAt
:
string
;
messageCount
:
number
;
model
?:
string
;
provider
?:
CanonicalProvider
;
sessionId
:
string
;
tenantId
?:
string
;
totalCostUSD
:
number
;
updatedAt
:
string
;
}
Index
Properties
created
At
message
Count
model?
provider?
session
Id
tenant
Id?
total
Cost
USD
updated
At
Properties
created
At
createdAt
:
string
message
Count
messageCount
:
number
Optional
model
model
?:
string
Optional
provider
provider
?:
CanonicalProvider
session
Id
sessionId
:
string
Optional
tenant
Id
tenantId
?:
string
total
Cost
USD
totalCostUSD
:
number
updated
At
updatedAt
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
message
Count
model
provider
session
Id
tenant
Id
total
Cost
USD
updated
At
unified-llm-client
Loading...
Metadata stored alongside a session snapshot.