leaveMessagesFromTimestamp

fun AIAgentLLMWriteSession.leaveMessagesFromTimestamp(timestamp: Instant, preserveSystemMessages: Boolean = true)(source)

Removes all messages from the current session's prompt that have a timestamp earlier than the specified timestamp.

Parameters

timestamp

The threshold timestamp. Messages with a timestamp earlier than this will be removed.