fix context compressor summary prompt (#1041)
This commit is contained in:
@@ -333,7 +333,6 @@ export async function buildCompressedHistory(
|
||||
history = await compressHistory(history, null, sessionId, upstream, apiKey, cState, totalTokens, emit, sessionMap, modelContext, compressionConfig.compressor, currentRunInputTokens)
|
||||
}
|
||||
}
|
||||
|
||||
return history
|
||||
} catch (err) {
|
||||
if (isContextWindowTooSmallError(err)) throw err
|
||||
|
||||
Reference in New Issue
Block a user