unified-llm-client
Preparing search index...
PostgresSessionStoreRow
Interface PostgresSessionStoreRow<TSnapshot>
Row shape returned by the Postgres session store.
interface
PostgresSessionStoreRow
<
TSnapshot
>
{
created_at
:
string
|
Date
;
message_count
:
number
;
model
:
string
|
null
;
provider
:
CanonicalProvider
|
null
;
session_id
:
string
;
snapshot
:
TSnapshot
;
tenant_id
:
string
;
total_cost_usd
:
string
|
number
;
updated_at
:
string
|
Date
;
}
Type Parameters
TSnapshot
Index
Properties
created_
at
message_
count
model
provider
session_
id
snapshot
tenant_
id
total_
cost_
usd
updated_
at
Properties
created_
at
created_at
:
string
|
Date
message_
count
message_count
:
number
model
model
:
string
|
null
provider
provider
:
CanonicalProvider
|
null
session_
id
session_id
:
string
snapshot
snapshot
:
TSnapshot
tenant_
id
tenant_id
:
string
total_
cost_
usd
total_cost_usd
:
string
|
number
updated_
at
updated_at
:
string
|
Date
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
message_
count
model
provider
session_
id
snapshot
tenant_
id
total_
cost_
usd
updated_
at
unified-llm-client
Loading...
Row shape returned by the Postgres session store.