(aiChatId: string, maxMessages?: number, leafMessageId?: string | null)
| 137 | } |
| 138 | |
| 139 | export function getHistoryForAgent(aiChatId: string, maxMessages?: number, leafMessageId?: string | null) { |
| 140 | return getManager().getHistoryForAgent(aiChatId, maxMessages, leafMessageId) |
| 141 | } |
| 142 | |
| 143 | export function addSummaryMessage( |
| 144 | aiChatId: string, |
no test coverage detected