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 8ce7830 commit 76c274fCopy full SHA for 76c274f
src/core/condense/index.ts
@@ -49,8 +49,6 @@ Output only the summary of the conversation so far, without any additional comme
49
* Summarizes the conversation messages using an LLM call
50
*
51
* @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.
54
* @param {ApiHandler} apiHandler - The API handler to use for token counting.
55
* @returns {ApiMessage[]} - The input messages, potentially including a new summary message before the last message.
56
*/
0 commit comments