Skip to content

Commit 76c274f

Browse files
committed
nit
1 parent 8ce7830 commit 76c274f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/condense/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ Output only the summary of the conversation so far, without any additional comme
4949
* Summarizes the conversation messages using an LLM call
5050
*
5151
* @param {ApiMessage[]} messages - The conversation messages
52-
* @param {number} totalTokens - The total number of tokens in the conversation, excluding the last user message.
53-
* @param {number} contextWindow - The context window size.
5452
* @param {ApiHandler} apiHandler - The API handler to use for token counting.
5553
* @returns {ApiMessage[]} - The input messages, potentially including a new summary message before the last message.
5654
*/

0 commit comments

Comments
 (0)