compress

open suspend override fun compress(llmSession: AIAgentLLMWriteSession, memoryMessages: List<Message>)(source)

Compresses and adjusts the prompt for the agent's writing session by summarizing and incorporating memory messages optionally.

Parameters

llmSession

The current session of the agent which allows prompt manipulation and sending requests.

memoryMessages

A list of memory messages to be optionally preserved and included in the prompt.