We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6c0ed commit 0cb1cb7Copy full SHA for 0cb1cb7
1 file changed
lib/ui/notification.ts
@@ -238,7 +238,7 @@ export async function sendCompressNotification(
238
batchTopic ??
239
(entries.length === 1
240
? (state.prune.messages.blocksById.get(entries[0]?.blockId ?? -1)?.topic ??
241
- "(unknown topic)")
+ "(unknown topic)")
242
: "(unknown topic)")
243
244
const totalActiveSummaryTkns = getActiveSummaryTokenUsage(state)
@@ -316,9 +316,9 @@ export async function sendIgnoredMessage(
316
const model =
317
params.providerId && params.modelId
318
? {
319
- providerID: params.providerId,
320
- modelID: params.modelId,
321
- }
+ providerID: params.providerId,
+ modelID: params.modelId,
+ }
322
: undefined
323
324
try {
0 commit comments