(history: ChatHistoryItem[])
| 534 | * Update the current session's history |
| 535 | */ |
| 536 | export function updateSessionHistory(history: ChatHistoryItem[]): void { |
| 537 | SessionManager.getInstance().updateHistory(history); |
| 538 | } |
| 539 | |
| 540 | /** |
| 541 | * Update the current session's title |
no test coverage detected