mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:10:44 +00:00
fix(plugins): reserve pending delivery session slots
This commit is contained in:
@@ -66,6 +66,13 @@ const SESSION_ENTRY_RESERVED_SLOT_KEY_LIST = [
|
||||
"inputTokens",
|
||||
"outputTokens",
|
||||
"totalTokens",
|
||||
"pendingFinalDelivery",
|
||||
"pendingFinalDeliveryCreatedAt",
|
||||
"pendingFinalDeliveryLastAttemptAt",
|
||||
"pendingFinalDeliveryAttemptCount",
|
||||
"pendingFinalDeliveryLastError",
|
||||
"pendingFinalDeliveryText",
|
||||
"pendingFinalDeliveryContext",
|
||||
"totalTokensFresh",
|
||||
"estimatedCostUsd",
|
||||
"cacheRead",
|
||||
|
||||
Reference in New Issue
Block a user