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 eca712e commit effb538Copy full SHA for effb538
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)
@@ -317,9 +317,9 @@ export async function sendIgnoredMessage(
317
const model =
318
params.providerId && params.modelId
319
? {
320
- providerID: params.providerId,
321
- modelID: params.modelId,
322
- }
+ providerID: params.providerId,
+ modelID: params.modelId,
+ }
323
: undefined
324
325
try {
0 commit comments